summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_netgroup.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-07-07 11:57:03 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-09-01 13:56:57 +0200
commit7d2437adc312d3322d36043ff458fafdb4b7f2cf (patch)
tree773b0060378326899bf9ef101a3ecfc67b21f059 /src/responder/nss/nsssrv_netgroup.c
parent17c4d901ecf62fa9d641d46c9e92032b0deaaa36 (diff)
downloadsssd-7d2437adc312d3322d36043ff458fafdb4b7f2cf.tar.gz
sssd-7d2437adc312d3322d36043ff458fafdb4b7f2cf.tar.xz
sssd-7d2437adc312d3322d36043ff458fafdb4b7f2cf.zip
NSS: check_cache() add extra option
This patch adds a new parameter to check_cache() to allow to set the extra value which is send to the backend during lookup requests.
Diffstat (limited to 'src/responder/nss/nsssrv_netgroup.c')
-rw-r--r--src/responder/nss/nsssrv_netgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/responder/nss/nsssrv_netgroup.c b/src/responder/nss/nsssrv_netgroup.c
index 5f879e2dd..66b7f2759 100644
--- a/src/responder/nss/nsssrv_netgroup.c
+++ b/src/responder/nss/nsssrv_netgroup.c
@@ -581,7 +581,7 @@ static errno_t lookup_netgr_step(struct setent_step_ctx *step_ctx)
step_ctx->nctx,
step_ctx->dctx->res,
SSS_DP_NETGR,
- name, 0,
+ name, 0, NULL,
lookup_netgr_dp_callback,
step_ctx);
if (ret != EOK) {