From ee1105754c93ad236f70ced98228114d9d7ec425 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 12 Jun 2006 13:59:22 +0000 Subject: r16154: Fix winbind function table typo. Guenther (This used to be commit aeff1f0c47992ce3941e27e63f9b1516c4918963) --- source3/nsswitch/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index cc904c3209..046ea40f59 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -235,7 +235,7 @@ static struct winbindd_dispatch_table { { WINBINDD_UID_TO_SID, winbindd_uid_to_sid, "UID_TO_SID" }, { WINBINDD_GID_TO_SID, winbindd_gid_to_sid, "GID_TO_SID" }, { WINBINDD_ALLOCATE_UID, winbindd_allocate_uid, "ALLOCATE_UID" }, - { WINBINDD_ALLOCATE_GID, winbindd_allocate_uid, "ALLOCATE_GID" }, + { WINBINDD_ALLOCATE_GID, winbindd_allocate_gid, "ALLOCATE_GID" }, /* Miscellaneous */ -- cgit