Commit 8469faef authored by Martin Pool's avatar Martin Pool

Intentional test of assert :_)

parent bceec82f
......@@ -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
......
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