From: Howard Chu Date: Tue, 1 Sep 2020 19:24:30 +0000 (+0100) Subject: ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~13^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c74bd0a41c57ac0a454e0382c0284b0e1a7aff4;p=thirdparty%2Fopenldap.git ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG --- diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index 1363c45442..db019f4b72 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -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