Fixed a thinko in the calling of recv_add_gid().
authorWayne Davison <wayned@samba.org>
Mon, 21 May 2007 03:20:39 +0000 (03:20 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 21 May 2007 03:20:39 +0000 (03:20 +0000)
uidlist.c

index 30bb6c5..dea3804 100644 (file)
--- a/uidlist.c
+++ b/uidlist.c
@@ -227,7 +227,7 @@ gid_t match_gid(gid_t gid, uint16 *flags_ptr)
                                break;
                }
                if (!list)
-                       list = recv_add_gid(gid, flags_ptr);
+                       list = recv_add_gid(gid, NULL);
                last = list;
        }