winbindd: fix break out early condition in fill_grent_mem().
commita5ef5ca119a151022435589ac310a798f71fd379
authorMichael Adam <obnox@samba.org>
Mon, 7 Apr 2008 14:38:14 +0000 (7 16:38 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 10 Apr 2008 14:10:12 +0000 (10 16:10 +0200)
tree222bdc3dc6ed6eec8732dbe4234788efb8287aa1
parentf68cca7c801fc52e41dcaaaa75fc07dcc87ad299
winbindd: fix break out early condition in fill_grent_mem().

if (!&new_glist) would always be skipped, if (new_glist == NULL) is
what must have been meant...

Michael
(cherry picked from commit c1b60cdecff2a53f0a75a432a1ad7730eb734908)
source/winbindd/winbindd_group.c