Fix a valgrind error in winbind
authorVolker Lendecke <vl@samba.org>
Sun, 26 Jul 2009 18:20:50 +0000 (20:20 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 27 Jul 2009 14:15:54 +0000 (16:15 +0200)
commite30509f037098feac8345f39524902061712039f
tree42a0092be00f2478fb376c5dba2f3a51a9a69c5c
parentcdd7a5208fbcb65e4a75ee08f8f015530f418c15
Fix a valgrind error in winbind

When looking for idle clients, we dereferenced state->response. As this is
dynamically allocated now, the proper test is whether state->response exists at
all. This is the case when an async operation is in process at that moment.
source3/winbindd/winbindd.c