summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_initgroups.c
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-05-15 15:22:47 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-05-22 12:31:01 +0200
commitdca741129d221558a4325479aefc617240f1ab08 (patch)
tree308582cdb8edcbc4cb680b37b20fa5737b5f92be /src/providers/ldap/sdap_async_initgroups.c
parentd0cc678d20d8bde829450eb50bec1b7397cea3e1 (diff)
downloadsssd-dca741129d221558a4325479aefc617240f1ab08.tar.gz
sssd-dca741129d221558a4325479aefc617240f1ab08.tar.xz
sssd-dca741129d221558a4325479aefc617240f1ab08.zip
SDAP: Remove unnecessary argument from sdap_save_user
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_async_initgroups.c')
-rw-r--r--src/providers/ldap/sdap_async_initgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_initgroups.c b/src/providers/ldap/sdap_async_initgroups.c
index 4f775d76b..4d9738ee6 100644
--- a/src/providers/ldap/sdap_async_initgroups.c
+++ b/src/providers/ldap/sdap_async_initgroups.c
@@ -2930,7 +2930,7 @@ static void sdap_get_initgr_user(struct tevent_req *subreq)
DEBUG(SSSDBG_TRACE_ALL, "Storing the user\n");
ret = sdap_save_user(state, state->opts, state->dom, state->orig_user,
- true, NULL, 0);
+ NULL, 0);
if (ret) {
goto fail;
}