1666a24e9c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ftp#b1415fc448cd0131b94f8c8bcaede3f1eb394460
14 lines
409 B
Diff
14 lines
409 B
Diff
--- netkit-ftp-0.17/ftp/ftp.c.runique_mget 2004-12-07 12:05:49.360133092 +0100
|
|
+++ netkit-ftp-0.17/ftp/ftp.c 2004-12-07 12:06:48.480883902 +0100
|
|
@@ -923,7 +923,9 @@
|
|
return;
|
|
}
|
|
}
|
|
- else if (runique && (local = gunique(local)) == NULL) {
|
|
+ else if (runique && (strcmp(cmd, "NLST") != 0) &&
|
|
+ (local = gunique(local)) == NULL)
|
|
+ {
|
|
(void) signal(SIGINT, oldintr);
|
|
code = -1;
|
|
return;
|