mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
This commit is contained in:
@ -280,7 +280,7 @@ NTSTATUS cli_nt_setup_creds(struct cli_state *cli,
|
||||
}
|
||||
|
||||
if (!NT_STATUS_IS_OK(result))
|
||||
DEBUG(1,("cli_nt_setup_creds: auth%d challenge failed %s\n", level, nt_errstr(result)));
|
||||
DEBUG(3,("cli_nt_setup_creds: auth%d challenge failed %s\n", level, nt_errstr(result)));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user