From 6a31a971a376a992afb838fe60b311360c970267 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 16 Oct 2013 11:53:24 +0200 Subject: SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c module --- src/providers/ldap/sdap_sudo_cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/ldap/sdap_sudo_cache.h') diff --git a/src/providers/ldap/sdap_sudo_cache.h b/src/providers/ldap/sdap_sudo_cache.h index d156e5cfb..5a756bf31 100644 --- a/src/providers/ldap/sdap_sudo_cache.h +++ b/src/providers/ldap/sdap_sudo_cache.h @@ -26,7 +26,6 @@ /* Cache functions specific for the native sudo LDAP schema */ errno_t sdap_save_native_sudorule_list(TALLOC_CTX *mem_ctx, - struct sysdb_ctx *sysdb_ctx, struct sss_domain_info *domain, struct sdap_attr_map *map, struct sysdb_attrs **replies, -- cgit