1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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

(This used to be commit 2011a38f3b)
This commit is contained in:
Tim Potter 2002-09-15 23:42:59 +00:00
parent f3008f5463
commit 3cc83a8739

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