winbindd: fix break out early condition in fill_grent_mem().
commitc1b60cdecff2a53f0a75a432a1ad7730eb734908
authorMichael Adam <obnox@samba.org>
Mon, 7 Apr 2008 14:38:14 +0000 (7 16:38 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 7 Apr 2008 14:38:14 +0000 (7 16:38 +0200)
tree871896a515393e286a7cea44382a5affb1fa6f36
parent8671f9767d7d93a86712741303d6046937c3aae8
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
source/winbindd/winbindd_group.c