]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 30bb6c58ddbe6b6204aa6508462f2678c0d02e63..dea3804ec9722e8cbffa5bf3e624c41b00af64e1 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;
        }