1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Fixed a bug in parsing the command line.

jerry
(This used to be commit ebcb7473c6)
This commit is contained in:
Gerald Carter 2000-07-10 19:56:15 +00:00
parent 64db2010fb
commit 997e113a56

View File

@ -1082,7 +1082,7 @@ static uint32 cmd_set(struct client_info *info, int argc, char *argv[])
case 'c':
{
cmd_set_options |= CMD_STR | CMD_PASS;
cmd_set_options |= CMD_STR;
cmd_str = optarg;
break;
}