1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00

Don't display debugs of the nt user token twice.

This commit is contained in:
Tim Potter -
parent 7decd4b3a9
commit 2011a38f3b

View File

@ -766,8 +766,6 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info,
(*server_info)->ptok = token;
debug_nt_user_token(DBGC_AUTH, 5, token);
DEBUG(5,("make_server_info_sam: made server info for user %s\n",
pdb_get_username((*server_info)->sam_account)));
@ -1036,8 +1034,6 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
SAFE_FREE(all_group_SIDs);
debug_nt_user_token(DBGC_AUTH, 5, token);
return NT_STATUS_OK;
}