ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG

This commit is contained in:
Howard Chu 2020-09-01 20:24:30 +01:00
parent 04124c1f70
commit 4c74bd0a41

View 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