summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_child_helpers.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-05-14 18:55:40 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-05-20 22:37:25 +0200
commiteb64d3406c15dcc5cb42c94488737bdbb9a15655 (patch)
tree9c7b7ed3d21f1dd8ce19daff050e8d1aceef7c11 /src/providers/ldap/sdap_child_helpers.c
parent7486dea9f5f7b2a6fbbacc6db740a82140b6377c (diff)
downloadsssd-eb64d3406c15dcc5cb42c94488737bdbb9a15655.tar.gz
sssd-eb64d3406c15dcc5cb42c94488737bdbb9a15655.tar.bz2
sssd-eb64d3406c15dcc5cb42c94488737bdbb9a15655.zip
Remove unneeded parameter of setup_child and namespace it
setup_child() was accepting a parameter it didn't use. Also the function name was too generic, so I added a sdap prefix.
Diffstat (limited to 'src/providers/ldap/sdap_child_helpers.c')
-rw-r--r--src/providers/ldap/sdap_child_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_child_helpers.c b/src/providers/ldap/sdap_child_helpers.c
index c63c3cb7..fd4d10f4 100644
--- a/src/providers/ldap/sdap_child_helpers.c
+++ b/src/providers/ldap/sdap_child_helpers.c
@@ -450,7 +450,7 @@ static errno_t set_tgt_child_timeout(struct tevent_req *req,
/* Setup child logging */
-int setup_child(struct sdap_id_ctx *ctx)
+int sdap_setup_child(void)
{
int ret;
FILE *debug_filep;