mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9332 add placeholder in LDAP_LDO_TLS_NULLARG
This commit is contained in:
parent
91a75bd8d3
commit
5f2b1e0b02
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue