Don't display debugs of the nt user token twice.
authorTim Potter <tpot@samba.org>
Sun, 15 Sep 2002 23:42:59 +0000 (23:42 +0000)
committerTim Potter <tpot@samba.org>
Sun, 15 Sep 2002 23:42:59 +0000 (23:42 +0000)
(This used to be commit 2011a38f3bd1e51aa1ca0219a9e46da12426cbc3)

source3/auth/auth_util.c

index ca90fc6f7210359de344e5a9c3dfe0d2794ea329..c2d92a985ff4d5a35f448e2c5949d060378c36e3 100644 (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;
 }