]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual
authorAndrew Bartlett <abartlet@samba.org>
Sun, 12 Aug 2001 12:23:50 +0000 (12:23 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 12 Aug 2001 12:23:50 +0000 (12:23 +0000)
problem.

Andrew Bartlett

source/rpc_server/srv_netlog_nt.c

index 5cf8f6732eb4c6c93bba88ef6cb8a82c37869f97..d878e2db58bc7ffbf1aa13e69f8bbc2c445521ac 100644 (file)
@@ -548,9 +548,7 @@ static uint32 _net_logon_any(NET_ID_INFO_CTR *ctr, char *user, char *domain, cha
                return NT_STATUS_INVALID_INFO_CLASS;
        } /* end switch */
        
-       become_root();
        nt_status = check_password(&user_info, &server_info);
-       unbecome_root();
 
        DEBUG(5, ("_net_logon_any: exited with status %d\n", nt_status));