diff options
-rw-r--r-- | source4/torture/shell.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/torture/shell.c b/source4/torture/shell.c index d6cc94c665..aa85da3a8f 100644 --- a/source4/torture/shell.c +++ b/source4/torture/shell.c @@ -110,10 +110,7 @@ void torture_shell(struct torture_context *tctx) * stops the credentials system prompting when we use the "auth" * command to display the current auth parameters. */ - if (cmdline_credentials->password_obtained != CRED_SPECIFIED) { - cli_credentials_set_password(cmdline_credentials, "", - CRED_SPECIFIED); - } + cli_credentials_set_password(cmdline_credentials, "", CRED_GUESS_ENV); while (1) { cline = smb_readline("torture> ", NULL, NULL); |