ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG

This commit is contained in:
Howard Chu 2020-09-01 20:21:22 +01:00
parent 91a75bd8d3
commit 5f2b1e0b02

View 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