s3:winbindd fix a return code check
authorChristian Ambach <ambi@samba.org>
Wed, 24 Aug 2011 14:21:37 +0000 (16:21 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:20:56 +0000 (15:20 +0200)
commit90a2e1518bb1701c07a9576ae452f04e9a42e892
tree112a2987d68986d249dd8a6b193c2a526027b604
parent25553bddbbd464d5134025733da8afb2de84e3fe
s3:winbindd fix a return code check

talloc_traverse_dict will return with -1 in case of an error and
might return positive values that indicate the count of found
entries
source3/winbindd/winbindd_group.c