From fe8d61e5d5e9fc9dcb7787558f3178d482fc5784 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 21 May 2007 03:20:39 +0000 Subject: [PATCH] Fixed a thinko in the calling of recv_add_gid(). --- uidlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uidlist.c b/uidlist.c index 30bb6c58..dea3804e 100644 --- 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; } -- 2.34.1