From ad79add5a048a757e5690949317c5ffe89372ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 30 Aug 2022 13:24:01 +0100 Subject: [PATCH] ITS#9907 Do not redefine variables inherited from slapd --- servers/lloadd/config.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/servers/lloadd/config.c b/servers/lloadd/config.c index 94b85c7bca..cabef479c6 100644 --- a/servers/lloadd/config.c +++ b/servers/lloadd/config.c @@ -74,9 +74,6 @@ char *slapd_pid_file = NULL; char *slapd_args_file = NULL; #endif /* !BALANCER_MODULE */ -static FILE *logfile; -static char *logfileName; - static struct timeval timeout_api_tv, timeout_net_tv, timeout_write_tv = { 10, 0 }; @@ -92,8 +89,6 @@ struct timeval *lload_timeout_api = NULL; struct timeval *lload_timeout_net = NULL; struct timeval *lload_write_timeout = &timeout_write_tv; -static slap_verbmasks tlskey[]; - static int fp_getline( FILE *fp, ConfigArgs *c ); static void fp_getline_init( ConfigArgs *c ); @@ -873,8 +868,6 @@ static ConfigOCs lloadocs[] = { }; #endif /* BALANCER_MODULE */ -static int config_syslog; - static int config_generic( ConfigArgs *c ) {