]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9907 Do not redefine variables inherited from slapd
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 30 Aug 2022 12:24:01 +0000 (13:24 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 12 Sep 2022 20:42:37 +0000 (20:42 +0000)
servers/lloadd/config.c

index 94b85c7bca144fd036e8c38a0ce9c805823ce5a6..cabef479c64ae41802e794a0a5f87693ee612a2a 100644 (file)
@@ -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 )
 {