]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9659 remove redundant peerbv def
authorHoward Chu <hyc@openldap.org>
Wed, 1 Sep 2021 03:00:57 +0000 (04:00 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 1 Sep 2021 03:00:57 +0000 (04:00 +0100)
servers/slapd/daemon.c

index 9048d25fe13a25c3d8599bbd26c842ed00a3a9ad..2f41f63419b298c363f1821345511ded91387530 100644 (file)
@@ -2110,7 +2110,6 @@ slap_listener(
        struct berval peerbv = BER_BVC(peername);
 #ifdef LDAP_PF_LOCAL_SENDMSG
        char peerbuf[8];
-       struct berval peerbv = BER_BVNULL;
 #endif
        int cflag;
        int tid;