|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../scponly/elif-with-no-expression-fix.patch # Copyright (C) 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END ---
--- scponly-4.8/helper.c.orig 2010-08-16 19:14:12.224178600 +0200
+++ scponly-4.8/helper.c 2010-08-16 19:14:44.100171803 +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.
|