From 8469faef038a262cc0aabae822bdd99fcda654c6 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 19 Mar 2002 03:59:51 +0000 Subject: [PATCH] Intentional test of assert :_) --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index fe7ff413..1696eeaa 100644 --- a/options.c +++ b/options.c @@ -624,7 +624,7 @@ void server_options(char **args,int *argc) if (copy_links) argstr[x++] = 'L'; - assert(whole_file == 0 || whole_file == -1); + assert(whole_file == 0 || whole_file == 1); if (whole_file) argstr[x++] = 'W'; /* We don't need to send --no-whole-file, because it's the -- 2.34.1