summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient/wbclient_sssd.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-05-09 16:07:54 +0200
committerSumit Bose <sbose@redhat.com>2014-06-17 12:55:15 +0200
commit745338dceac40ecb4230ee518e850dc5d3cef6a5 (patch)
tree0c500a197822af5935cc157fa2e01c6b1cdd2321 /nsswitch/libwbclient/wbclient_sssd.c
parent2c93c4b73d165110113e310a81bbdb3e26795369 (diff)
downloadsamba-master.tar.gz
samba-master.tar.xz
samba-master.zip
libwbclient-sssd: implement basic functionsHEADmaster
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;
}