summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_users.h
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-10-11 22:42:30 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2015-10-12 14:46:59 +0200
commit8b789d6f0a39cd497d1115203db2f1f8dc195456 (patch)
tree617caad09e225f44b072b336317a7645ae87342e /src/providers/ldap/sdap_users.h
parent828433f7b73481cdff8d57ac378f156a676e3357 (diff)
downloadsssd-8b789d6f0a39cd497d1115203db2f1f8dc195456.tar.gz
sssd-8b789d6f0a39cd497d1115203db2f1f8dc195456.tar.xz
sssd-8b789d6f0a39cd497d1115203db2f1f8dc195456.zip
LDAP: remove unused param. in sdap_fallback_local_user
Remove unused sdap_options parameter. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_users.h')
-rw-r--r--src/providers/ldap/sdap_users.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/providers/ldap/sdap_users.h b/src/providers/ldap/sdap_users.h
index 1cc1cd1fa..78dafb31a 100644
--- a/src/providers/ldap/sdap_users.h
+++ b/src/providers/ldap/sdap_users.h
@@ -27,9 +27,8 @@
/* shared non-async user functions */
errno_t sdap_fallback_local_user(TALLOC_CTX *memctx,
- struct sdap_options *opts,
- const char *name, uid_t uid,
- struct sysdb_attrs ***reply);
+ const char *name, uid_t uid,
+ struct sysdb_attrs ***reply);
int sdap_save_user(TALLOC_CTX *memctx,
struct sdap_options *opts,