From 3cc83a87392ebc19c5934ad2a6d0e59583aa8326 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 15 Sep 2002 23:42:59 +0000 Subject: [PATCH] Don't display debugs of the nt user token twice. (This used to be commit 2011a38f3bd1e51aa1ca0219a9e46da12426cbc3) --- source3/auth/auth_util.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index ca90fc6f721..c2d92a985ff 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -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; } -- 2.34.1