nsswitch/wbinfo: use wbcRequestResponse() instead of winbindd_request_response()
authorStefan Metzmacher <metze@samba.org>
Mon, 22 Nov 2021 16:59:48 +0000 (17:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Nov 2021 15:53:34 +0000 (15:53 +0000)
commit9615395b1fdaa4509a9739bada93c3bb72903b2c
tree31f58ef8b09302d00f0065d4606a8328413d193b
parent41108b9ed9f32ca9ad1b3d4a48a91a6f22c65db6
nsswitch/wbinfo: use wbcRequestResponse() instead of winbindd_request_response()

We should try to route everything through libwbclient.so, because we'll
soon don't have a single library providing winbindd_request_response().

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14780

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
nsswitch/wbinfo.c