summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_users.h
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_users.h
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_users.h')
-rw-r--r--src/providers/ldap/sdap_users.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_users.h b/src/providers/ldap/sdap_users.h
index e452a44b9..1cc1cd1fa 100644
--- a/src/providers/ldap/sdap_users.h
+++ b/src/providers/ldap/sdap_users.h
@@ -35,7 +35,6 @@ int sdap_save_user(TALLOC_CTX *memctx,
struct sdap_options *opts,
struct sss_domain_info *dom,
struct sysdb_attrs *attrs,
- bool is_initgr,
char **_usn_value,
time_t now);