summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-12-08 21:10:27 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2016-05-09 13:03:24 +0200
commitfe8e6094081dfc1d1f6f5db7073c62eb3a83d5ca (patch)
treebfada844c850f8d201196ed6114e27995ffa9052 /src/providers/ldap
parent89376da80b2250b82d256ea85ec349ce29fe5b51 (diff)
downloadsssd-fe8e6094081dfc1d1f6f5db7073c62eb3a83d5ca.tar.gz
sssd-fe8e6094081dfc1d1f6f5db7073c62eb3a83d5ca.tar.xz
sssd-fe8e6094081dfc1d1f6f5db7073c62eb3a83d5ca.zip
Make sdap_process_group_send() static
Reviewed-by: Petr Cech <pcech@redhat.com>
Diffstat (limited to 'src/providers/ldap')
-rw-r--r--src/providers/ldap/sdap_async_groups.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/providers/ldap/sdap_async_groups.c b/src/providers/ldap/sdap_async_groups.c
index 3ccf7deb5..f4633a69c 100644
--- a/src/providers/ldap/sdap_async_groups.c
+++ b/src/providers/ldap/sdap_async_groups.c
@@ -1197,14 +1197,15 @@ static errno_t sdap_process_group_create_dns(TALLOC_CTX *mem_ctx,
return EOK;
}
-struct tevent_req *sdap_process_group_send(TALLOC_CTX *memctx,
- struct tevent_context *ev,
- struct sss_domain_info *dom,
- struct sysdb_ctx *sysdb,
- struct sdap_options *opts,
- struct sdap_handle *sh,
- struct sysdb_attrs *group,
- bool enumeration)
+static struct tevent_req *
+sdap_process_group_send(TALLOC_CTX *memctx,
+ struct tevent_context *ev,
+ struct sss_domain_info *dom,
+ struct sysdb_ctx *sysdb,
+ struct sdap_options *opts,
+ struct sdap_handle *sh,
+ struct sysdb_attrs *group,
+ bool enumeration)
{
struct ldb_message_element *el;
struct ldb_message_element *ghostel;