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)
usermap.diff

index 6424c1c..26d4932 100644 (file)
@@ -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;
        }