From 997e113a566b3109daef3b77d9c366e7e41b38d4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 10 Jul 2000 19:56:15 +0000 Subject: Fixed a bug in parsing the command line. jerry (This used to be commit ebcb7473c6b62266c30e276d02186d8e50a5629a) --- source3/lib/cmd_interp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/cmd_interp.c') diff --git a/source3/lib/cmd_interp.c b/source3/lib/cmd_interp.c index f952a57e57..5dbb4f9074 100644 --- a/source3/lib/cmd_interp.c +++ b/source3/lib/cmd_interp.c @@ -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; } -- cgit