Fixed a bug in parsing the command line.
authorGerald Carter <jerry@samba.org>
Mon, 10 Jul 2000 19:56:15 +0000 (19:56 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 10 Jul 2000 19:56:15 +0000 (19:56 +0000)
jerry
(This used to be commit ebcb7473c6b62266c30e276d02186d8e50a5629a)

source3/lib/cmd_interp.c

index f952a57e5787941d8e2df6837e90fa4795c98f41..5dbb4f907461bd8bfca45a47834ece379b0b3582 100644 (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;
                        }