source:
npl/system/netkit-ftp/patches/06-netkit-ftp-0.17-runique_mget.patch
@
105afb5
Last change on this file since 105afb5 was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 409 bytes |
-
netkit-ftp-0.17/ftp/ftp.c
old new 923 923 return; 924 924 } 925 925 } 926 else if (runique && (local = gunique(local)) == NULL) { 926 else if (runique && (strcmp(cmd, "NLST") != 0) && 927 (local = gunique(local)) == NULL) 928 { 927 929 (void) signal(SIGINT, oldintr); 928 930 code = -1; 929 931 return;
Note: See TracBrowser
for help on using the repository browser.