[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.71 and 1.72

version 1.71, 2007/02/03 05:18:40 version 1.72, 2007/02/08 03:19:12
Line 410 
Line 410 
                 }                  }
                 if (SSL_connect(ssl) <= 0) {                  if (SSL_connect(ssl) <= 0) {
                         ERR_print_errors_fp(ttyout);                          ERR_print_errors_fp(ttyout);
                         goto cleanup_url_get;;                          goto cleanup_url_get;
                 }                  }
         } else {          } else {
                 fin = fdopen(s, "r+");                  fin = fdopen(s, "r+");

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72