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

no short options specified.
This commit is contained in:
Wayne Davison
2008-09-23 19:35:36 -07:00
parent af2dea6033
commit 6d301fa3de

View File

@@ -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) {