Commit caf8299e authored by Wayne Davison's avatar Wayne Davison

Tweaked an exit_cleanup() value.

parent c6fadc0e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment