[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.32 and 1.33

version 1.32, 2000/05/25 16:09:26 version 1.33, 2000/06/30 16:00:15
Line 338 
Line 338 
         }          }
         freeaddrinfo(res0);          freeaddrinfo(res0);
         if (s < 0) {          if (s < 0) {
                 warn(cause);                  warn("%s", cause);
                 goto cleanup_url_get;                  goto cleanup_url_get;
         }          }
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33