From: Wayne Davison Date: Sat, 11 Nov 2006 08:01:40 +0000 (+0000) Subject: Tweaked an exit_cleanup() value. X-Git-Tag: v3.0.0pre1~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf8299e2ed8f294d90e0fafbb9cc79c1bd2eaf5;p=thirdparty%2Frsync.git Tweaked an exit_cleanup() value. --- diff --git a/exclude.c b/exclude.c index 397acf27..df69ad3a 100644 --- a/exclude.c +++ b/exclude.c @@ -1141,7 +1141,7 @@ static void send_rules(int f_out, struct filter_list_struct *flp) if (!p) { rprintf(FERROR, "filter rules are too modern for remote rsync.\n"); - exit_cleanup(RERR_SYNTAX); + exit_cleanup(RERR_PROTOCOL); } if (f_out < 0) continue;