1
0
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:
Andrew Bartlett
-
parent a7520177b0
commit 542a8b1817
3 changed files with 19 additions and 41 deletions

View File

@ -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;
}