Commit 6d301fa3 authored by Wayne Davison's avatar Wayne Davison

Don't send a bogus "-" option to an older server if there were

no short options specified.
parent af2dea60
......@@ -2267,7 +2267,8 @@ void server_options(char **args, int *argc_p)
argstr[x] = '\0';
args[ac++] = argstr;
if (x > 1)
args[ac++] = argstr;
#ifdef ICONV_OPTION
if (iconv_opt) {
......
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