From 5070a8d12d0cef2a3e589e032f78217debef795a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 13 Apr 2004 14:52:13 +0000 Subject: [PATCH] r197: mistaken merge from trunk --- source/nsswitch/wb_client.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/nsswitch/wb_client.c b/source/nsswitch/wb_client.c index 32dfc8decac..5d431392450 100644 --- a/source/nsswitch/wb_client.c +++ b/source/nsswitch/wb_client.c @@ -619,6 +619,8 @@ BOOL winbind_delete_group( const char *group ) } /***********************************************************************/ +#if 0 /* not needed currently since winbindd_acct was added -- jerry */ + /* Call winbindd to convert SID to uid. Do not allocate */ BOOL winbind_sid_to_uid_query(uid_t *puid, const DOM_SID *sid) @@ -689,5 +691,7 @@ BOOL winbind_sid_to_gid_query(gid_t *pgid, const DOM_SID *sid) return (result == NSS_STATUS_SUCCESS); } +#endif /* JERRY */ + /***********************************************************************/ -- 2.11.4.GIT