diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-11-26 11:39:43 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-07 17:09:19 -0500 |
commit | cf1cf7b96d38c8b481a90d800cf53546ac15ce8a (patch) | |
tree | 2089840c7980a3101399c560b18a9cb0f283f636 /src/providers/ipa | |
parent | 5843ad321944a028f6dee7e1fd4f9381c4953d07 (diff) | |
download | sssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.tar.gz sssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.tar.bz2 sssd-cf1cf7b96d38c8b481a90d800cf53546ac15ce8a.zip |
Pass sdap_id_ctx in sdap_id_op functions.
Diffstat (limited to 'src/providers/ipa')
-rw-r--r-- | src/providers/ipa/ipa_init.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/providers/ipa/ipa_init.c b/src/providers/ipa/ipa_init.c index f6769eeb..af2afa70 100644 --- a/src/providers/ipa/ipa_init.c +++ b/src/providers/ipa/ipa_init.c @@ -176,9 +176,7 @@ int sssm_ipa_id_init(struct be_ctx *bectx, goto done; } - ret = sdap_id_conn_cache_create(ctx, ctx->be, - ctx->opts, ctx->service, - &ctx->conn_cache); + ret = sdap_id_conn_cache_create(ctx, ctx, &ctx->conn_cache); if (ret != EOK) { goto done; } |