s3:winbind:grent: don't stop group enumeration when a group has no gid
authorMichael Adam <obnox@samba.org>
Mon, 19 Jan 2015 12:51:55 +0000 (13:51 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 16 Mar 2015 19:26:50 +0000 (20:26 +0100)
commit24015224da1f363019d9d2da81ce533463a16abb
treeb74574e5927c45c60666d90547c363428780d2d6
parent3d1e4a90d0a890a20fea6b39ae96e6a7e34d4b79
s3:winbind:grent: don't stop group enumeration when a group has no gid

simply continue with the next group

Note: this patch introduces some code duplication to make it
easier to create minimal backport patch. Subsequent patches
will provide some refactoring to reduce the duplication.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=8905

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/winbindd/wb_next_grent.c