[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.128 and 1.129

version 1.128, 2014/08/25 11:33:55 version 1.129, 2014/08/25 15:36:00
Line 343 
Line 343 
                 }                  }
   
                 path = newline;                  path = newline;
   #ifndef SMALL
         } else if (ishttpsurl) {          } else if (ishttpsurl) {
                 sslhost = strdup(host);                  sslhost = strdup(host);
                 if (sslhost == NULL)                  if (sslhost == NULL)
                         errx(1, "Can't allocate memory for https path/host.");                          errx(1, "Can't allocate memory for https path/host.");
   #endif /* !SMALL */
         }          }
   
         if (isfileurl) {          if (isfileurl) {

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129