ITS#9907 Do not redefine variables inherited from slapd

This commit is contained in:
Ondřej Kuzník 2022-09-02 12:56:25 +01:00
parent a6fa0450f6
commit 9014e8bb81
2 changed files with 2 additions and 2 deletions

View File

@ -1605,7 +1605,7 @@ config_fname( ConfigArgs *c )
#ifdef LDAP_TCP_BUFFER
static BerVarray tcp_buffer;
int tcp_buffer_num;
static int tcp_buffer_num;
#define SLAP_TCP_RMEM ( 0x1U )
#define SLAP_TCP_WMEM ( 0x2U )

View File

@ -2978,7 +2978,7 @@ config_subordinate(ConfigArgs *c)
#ifdef LDAP_TCP_BUFFER
static BerVarray tcp_buffer;
int tcp_buffer_num;
static int tcp_buffer_num;
#define SLAP_TCP_RMEM (0x1U)
#define SLAP_TCP_WMEM (0x2U)