ITS#9659 remove redundant peerbv def

This commit is contained in:
Howard Chu 2021-09-01 04:00:57 +01:00
parent affa9de311
commit 73be971a7d

View file

@ -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;