mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9907 Do not redefine variables inherited from slapd
This commit is contained in:
parent
a6fa0450f6
commit
9014e8bb81
2 changed files with 2 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue