s4-libnet: Fix segfault shown by wbinfo --group-info=administrator
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Apr 2012 03:47:46 +0000 (13:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 23 Apr 2012 04:12:09 +0000 (06:12 +0200)
commitbb3d983f5bc4b49619f26af44c3c540c3030155f
treee21893dc677a0a356172e82894b3376e2f0e15f4
parent3969cc28e8c33a65f659dbea34486a912103a2bf
s4-libnet: Fix segfault shown by wbinfo --group-info=administrator

The issue was that after the LookupNames call indicated that this was
not a group, the call paths diverged, with both sucess and failure
paths running.

Andrew Bartlett
source4/libnet/libnet_group.c