From 4c74bd0a41c57ac0a454e0382c0284b0e1a7aff4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 1 Sep 2020 20:24:30 +0100 Subject: [PATCH] ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG --- libraries/libldap/ldap-int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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