From eb64d3406c15dcc5cb42c94488737bdbb9a15655 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 14 May 2013 18:55:40 +0200 Subject: 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. --- src/providers/ldap/sdap_child_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_child_helpers.c') 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; -- cgit