From caf8299e2ed8f294d90e0fafbb9cc79c1bd2eaf5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 11 Nov 2006 08:01:40 +0000 Subject: [PATCH] Tweaked an exit_cleanup() value. --- exclude.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1