Commit f17e769e authored by Wayne Davison's avatar Wayne Davison

There's no need to send --size-only to a remote sender.

parent f65e6a12
......@@ -1643,11 +1643,10 @@ void server_options(char **args,int *argc)
args[ac++] = "--only-write-batch=X";
if (am_root > 1)
args[ac++] = "--super";
if (size_only)
args[ac++] = "--size-only";
}
if (size_only)
args[ac++] = "--size-only";
if (modify_window_set) {
if (asprintf(&arg, "--modify-window=%d", modify_window) < 0)
goto oom;
......
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