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/ldap_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/ldap_common.h') diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 86079fa6..2d17b755 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -186,7 +186,7 @@ errno_t services_get_recv(struct tevent_req *req, int *dp_error_out); /* setup child logging */ -int setup_child(struct sdap_id_ctx *ctx); +int sdap_setup_child(void); errno_t string_to_shadowpw_days(const char *s, long *d); -- cgit