summaryrefslogtreecommitdiffstats
path: root/patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff')
-rw-r--r--patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff b/patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff
new file mode 100644
index 000000000..3d71aaf4d
--- /dev/null
+++ b/patches/troll-ftpd-1.28/troll-ftpd-1.28-compoundstatement.diff
@@ -0,0 +1,13 @@
+# 20090223: wsa: troll-ftpd is discontinued in favor of pure-ftpd. 1.28 was the last version.
+diff -urN troll-ftpd-1.28/ls.c troll-ftpd-1.28-ptx1/ls.c
+--- troll-ftpd-1.28/ls.c 2002-02-05 12:51:33.000000000 +0100
++++ troll-ftpd-1.28-ptx1/ls.c 2006-01-02 16:32:55.000000000 +0100
+@@ -587,7 +587,7 @@
+ opt_t = 0;
+ break;
+ default:
+-
++ break;
+ }
+ }
+ while ( isspace( *arg ) )