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:
parent
64db2010fb
commit
997e113a56
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user