From 76aab4ad560adf6c5af1d6a7068077e3dad4161a Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 11 Oct 2000 05:45:06 +0000 Subject: Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. (This used to be commit 5f3cf2eb78bfa6fb00890d449d38e9f13964712c) --- source3/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbindd_nss.h') diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index cdb051889d..aedbaaf1fd 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -41,7 +41,7 @@ enum winbindd_cmd { WINBINDD_GETPWNAM_FROM_UID, WINBINDD_GETGRNAM_FROM_GROUP, WINBINDD_GETGRNAM_FROM_GID, - WINBINDD_INITGROUPS, + WINBINDD_GETGROUPS, /* Enumerate users and groups */ -- cgit