ITS#9907 Do not redefine variables inherited from slapd

This commit is contained in:
Ondřej Kuzník 2022-08-30 13:24:01 +01:00
parent b457cdebc1
commit ad79add5a0

View file

@ -74,9 +74,6 @@ char *slapd_pid_file = NULL;
char *slapd_args_file = NULL; char *slapd_args_file = NULL;
#endif /* !BALANCER_MODULE */ #endif /* !BALANCER_MODULE */
static FILE *logfile;
static char *logfileName;
static struct timeval timeout_api_tv, timeout_net_tv, static struct timeval timeout_api_tv, timeout_net_tv,
timeout_write_tv = { 10, 0 }; timeout_write_tv = { 10, 0 };
@ -92,8 +89,6 @@ struct timeval *lload_timeout_api = NULL;
struct timeval *lload_timeout_net = NULL; struct timeval *lload_timeout_net = NULL;
struct timeval *lload_write_timeout = &timeout_write_tv; struct timeval *lload_write_timeout = &timeout_write_tv;
static slap_verbmasks tlskey[];
static int fp_getline( FILE *fp, ConfigArgs *c ); static int fp_getline( FILE *fp, ConfigArgs *c );
static void fp_getline_init( ConfigArgs *c ); static void fp_getline_init( ConfigArgs *c );
@ -873,8 +868,6 @@ static ConfigOCs lloadocs[] = {
}; };
#endif /* BALANCER_MODULE */ #endif /* BALANCER_MODULE */
static int config_syslog;
static int static int
config_generic( ConfigArgs *c ) config_generic( ConfigArgs *c )
{ {