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-25 09:16:38 +0200
commitad87b6f40368366bb86fd9139f6ccf417647ccb7 (patch)
tree5665242f8780db1d277abb9729d02f0aa4eed70d /src/providers/ldap/sdap_async_initgroups.c
parent6b1c393a24dde0fec239709f1d1d667f2ea873d7 (diff)
downloadsssd-ad87b6f40368366bb86fd9139f6ccf417647ccb7.tar.gz
sssd-ad87b6f40368366bb86fd9139f6ccf417647ccb7.tar.xz
sssd-ad87b6f40368366bb86fd9139f6ccf417647ccb7.zip
SDAP: Remove unnecessary argument from sdap_save_user
Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit dca741129d221558a4325479aefc617240f1ab08) (cherry picked from commit cd4e7846b8b1695956977e19a478198595946c4c)
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;
}