summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-08-12 12:23:50 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-08-12 12:23:50 +0000
commit895d1cd317d0838d711474f2f19186444a88b52c (patch)
treeb4624ebba67c4417b8b4e2e06f46d40247039f4f /source/rpc_server
parentea1c547ac880def29f150de2172c95213509350e (diff)
downloadsamba-895d1cd317d0838d711474f2f19186444a88b52c.tar.gz
samba-895d1cd317d0838d711474f2f19186444a88b52c.tar.xz
samba-895d1cd317d0838d711474f2f19186444a88b52c.zip
Kill of idra's extra become_root()/unbecome_root() now I have fixed the actual
problem. Andrew Bartlett
Diffstat (limited to 'source/rpc_server')
-rw-r--r--source/rpc_server/srv_netlog_nt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/rpc_server/srv_netlog_nt.c b/source/rpc_server/srv_netlog_nt.c
index 5cf8f6732eb..d878e2db58b 100644
--- a/source/rpc_server/srv_netlog_nt.c
+++ b/source/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));