View | Details | Raw Unified | Return to bug 64572
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- lib/protocols.c
0
++ lib/protocols.c
Lines 561-567 Link Here
561
        {
561
        {
562
          if (*(slashpos + 1) == '\0')
562
          if (*(slashpos + 1) == '\0')
563
            {
563
            {
564
              gftp_file_destroy (fle, 0);
564
              gftp_file_destroy (fle);
565
              continue;
565
              continue;
566
            }
566
            }
567
567

Return to bug 64572