aboutsummaryrefslogtreecommitdiff
path: root/ftp/spegla/files/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/spegla/files/patch-ba')
-rw-r--r--ftp/spegla/files/patch-ba11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/spegla/files/patch-ba b/ftp/spegla/files/patch-ba
deleted file mode 100644
index b5ea070a5e82..000000000000
--- a/ftp/spegla/files/patch-ba
+++ /dev/null
@@ -1,11 +0,0 @@
---- jftp.c.orig Fri Sep 27 12:46:43 2002
-+++ jftp.c Fri Sep 27 12:47:55 2002
-@@ -980,7 +980,7 @@
- /* Late versions of wu-ftpd does some kind of recursive
- * listing if only a '.' is given as directory.
- */
-- if (strcmp(dir, ".") == 0)
-+ if ((strcmp(dir, ".") == 0) || !*dir)
- res = ftp_req(c, "list %s", flags);
- else
- res = ftp_req(c, "list %s %s", flags, dir);