Tweaked an exit_cleanup() value.

This commit is contained in:
Wayne Davison
2006-11-11 08:01:40 +00:00
parent c6fadc0ee1
commit caf8299e2e

View File

@@ -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;