From: Wayne Davison Date: Mon, 21 May 2007 03:20:39 +0000 (+0000) Subject: Fixed a thinko in the calling of recv_add_gid(). X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/commitdiff_plain/8f1c03c8a49ff093819e3097b36577953d4307a4 Fixed a thinko in the calling of recv_add_gid(). --- diff --git a/usermap.diff b/usermap.diff index 6424c1c..26d4932 100644 --- a/usermap.diff +++ b/usermap.diff @@ -316,8 +316,8 @@ To use this patch, run these commands for a successful build: break; } if (!list) -- list = recv_add_gid(gid, flags_ptr); -+ list = recv_add_id(&gidmap, gid, flags_ptr); +- list = recv_add_gid(gid, NULL); ++ list = recv_add_id(&gidmap, gid, NULL); last = list; }