]> 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:21:22 +0000 (20:21 +0100)
committerHoward Chu <hyc@openldap.org>
Tue, 1 Sep 2020 19:21:22 +0000 (20:21 +0100)
libraries/libldap/ldap-int.h

index 0ddc2a04eb93f9494349e242bb9275e8ebb5a804..30fc48041d39253f08bdadd2798b062c5274784d 100644 (file)
@@ -263,7 +263,7 @@ struct ldapoptions {
        int                     ldo_tls_impl;
        int                     ldo_tls_crlcheck;
        int                     ldo_tls_require_san;
-#define LDAP_LDO_TLS_NULLARG ,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
 #else
 #define LDAP_LDO_TLS_NULLARG
 #endif