diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-08-12 12:23:50 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-08-12 12:23:50 +0000 |
commit | ddec8306586414cc02eca612777bb547cb8dbcae (patch) | |
tree | e8e0bc51c5e19023bd867f4b0085ad0b70575f45 /source3/rpc_server | |
parent | 6ad80352dd2523c310258de3211a2af0f1763d2a (diff) | |
download | samba-ddec8306586414cc02eca612777bb547cb8dbcae.tar.gz samba-ddec8306586414cc02eca612777bb547cb8dbcae.tar.bz2 samba-ddec8306586414cc02eca612777bb547cb8dbcae.zip |
Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual
problem.
Andrew Bartlett
(This used to be commit 895d1cd317d0838d711474f2f19186444a88b52c)
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_netlog_nt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c index 5cf8f6732e..d878e2db58 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -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)); |