mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
ITS#9659 remove redundant peerbv def
This commit is contained in:
parent
affa9de311
commit
73be971a7d
1 changed files with 0 additions and 1 deletions
|
|
@ -2110,7 +2110,6 @@ slap_listener(
|
||||||
struct berval peerbv = BER_BVC(peername);
|
struct berval peerbv = BER_BVC(peername);
|
||||||
#ifdef LDAP_PF_LOCAL_SENDMSG
|
#ifdef LDAP_PF_LOCAL_SENDMSG
|
||||||
char peerbuf[8];
|
char peerbuf[8];
|
||||||
struct berval peerbv = BER_BVNULL;
|
|
||||||
#endif
|
#endif
|
||||||
int cflag;
|
int cflag;
|
||||||
int tid;
|
int tid;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue