From f601e6e0484d77d2c43eab05f80bccf28c9055aa Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 5 May 1998 09:04:49 +0000 Subject: patches from jean francois: couple of minor bugs (This used to be commit 532b3956c66eda1b7e787b1c6906bcf574f66216) --- source3/rpc_server/srv_util.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/rpc_server') diff --git a/source3/rpc_server/srv_util.c b/source3/rpc_server/srv_util.c index 90a811e490..898269dc4a 100644 --- a/source3/rpc_server/srv_util.c +++ b/source3/rpc_server/srv_util.c @@ -401,9 +401,8 @@ uint32 lookup_user_name(uint32 rid, char *user_name, uint32 *type) return 0x0; } - DEBUG(5,(" uid: %d", unix_uid)); - unix_uid = uid_to_user_rid(rid); + DEBUG(5,(" uid: %d", unix_uid)); /* ok, it's a user. find the user account */ become_root(True); -- cgit