mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 08:53:27 -05:00
ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG
This commit is contained in:
parent
04124c1f70
commit
4c74bd0a41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue