summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbclient_sssd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/libwbclient/wbclient_sssd.c')
-rw-r--r--nsswitch/libwbclient/wbclient_sssd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbclient_sssd.c b/nsswitch/libwbclient/wbclient_sssd.c
index 2c975f5bcfe..256eac8ad7c 100644
--- a/nsswitch/libwbclient/wbclient_sssd.c
+++ b/nsswitch/libwbclient/wbclient_sssd.c
@@ -28,6 +28,7 @@ wbcErr wbcRequestResponse(int cmd,
struct winbindd_request *request,
struct winbindd_response *response)
{
+ /* Helper to make API check happy */
WBC_SSSD_NOT_IMPLEMENTED;
}
@@ -35,5 +36,6 @@ wbcErr wbcRequestResponsePriv(int cmd,
struct winbindd_request *request,
struct winbindd_response *response)
{
+ /* Helper to make API check happy */
WBC_SSSD_NOT_IMPLEMENTED;
}