Fix wbcPing()
commit85065a4f364baa4a43cd3b4d1fb0c8e2a0152855
authorVolker Lendecke <vl@samba.org>
Sat, 22 Dec 2007 23:33:44 +0000 (23 00:33 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 22 Dec 2007 23:49:32 +0000 (23 00:49 +0100)
tree058d7014c52f9531f652bb2d148c45cc613c3467
parent9cd009b031a7cc076bb3cbb945c4ec528ea731a1
Fix wbcPing()

Without request and response, wbcRequestResponse() will always return
WBC_ERR_INVALID_PARAM, so the ping will never reach winbind.
(This used to be commit 9a24753d35a4b1a283a65c60088d82e4b80f14c8)
source3/nsswitch/libwbclient/wbc_util.c