]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG
authorHoward Chu <hyc@openldap.org>
Tue, 1 Sep 2020 19:24:30 +0000 (20:24 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Sep 2020 19:25:00 +0000 (20:25 +0100)
libraries/libldap/ldap-int.h

index 1363c454420c9f1cfe5e12c5e4de8bc682e76d9e..db019f4b72b8c02eddd0cf4e214204dedc5c6f4c 100644 (file)
@@ -288,7 +288,7 @@ struct ldapoptions {
        int                     ldo_tls_require_san;
        char            *ldo_tls_pin_hashalg;
        struct berval   ldo_tls_pin;
-#define LDAP_LDO_TLS_NULLARG ,0,0,0,{0,0,0,0,0,0,0,0,0},0,0,0,0,0,{0,0}
+#define LDAP_LDO_TLS_NULLARG ,0,0,0,{0,0,0,0,0,0,0,0,0},0,0,0,0,0,0,{0,0}
 #else
 #define LDAP_LDO_TLS_NULLARG
 #endif