summaryrefslogtreecommitdiff
path: root/uidlist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-05-21 03:20:39 +0000
committerWayne Davison <wayned@samba.org>2007-05-21 03:20:39 +0000
commitfe8d61e5d5e9fc9dcb7787558f3178d482fc5784 (patch)
tree77c61d8b10061728c38608ca422e1377b57fb6f9 /uidlist.c
parent87b0cc726b08810dc1df94d146fe0d4c775759e3 (diff)
downloadrsync-fe8d61e5d5e9fc9dcb7787558f3178d482fc5784.tar.gz
rsync-fe8d61e5d5e9fc9dcb7787558f3178d482fc5784.tar.bz2
rsync-fe8d61e5d5e9fc9dcb7787558f3178d482fc5784.zip
Fixed a thinko in the calling of recv_add_gid().
Diffstat (limited to 'uidlist.c')
-rw-r--r--uidlist.c2
1 files changed, 1 insertions, 1 deletions
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;
}