summaryrefslogtreecommitdiffstats
path: root/utils/scponly/patches/001-elif_else_replacement.patch
blob: e817e3e1b53f2fea8e868c61b7d7649d4cc0bfe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN scponly-4.8/helper.c scponly-4.8.new/helper.c
--- scponly-4.8/helper.c	2008-01-15 07:26:13.000000000 +0100
+++ scponly-4.8.new/helper.c	2010-03-29 09:48:33.000000000 +0200
@@ -230,7 +230,7 @@
 						return 1;
 					}
 				}
-#elif
+#else
 				/*
 				 * make sure that processing doesn't continue if we can't validate a rsync check
 				 * and if the getopt flag is set.