r16154: Fix winbind function table typo.
authorGünther Deschner <gd@samba.org>
Mon, 12 Jun 2006 13:59:22 +0000 (13:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:17:23 +0000 (11:17 -0500)
Guenther

source/nsswitch/winbindd.c

index cc904c3209185b0ecaec84ceaa6ac9d7dc494b1b..046ea40f59a964995a78a75cbf014e8b984c6389 100644 (file)
@@ -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 */