[BACK]Return to fetch.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Diff for /src/usr.bin/ftp/fetch.c between version 1.107 and 1.108

version 1.107, 2012/08/18 06:46:46 version 1.108, 2013/03/30 10:11:35
Line 877 
Line 877 
                         free(redirurl);                          free(redirurl);
                         goto cleanup_url_get;                          goto cleanup_url_get;
                 }                  }
                   free(buf);
         }          }
   
         /* Open the output file.  */          /* Open the output file.  */

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108