mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
Extend slapd_args with TLS info
This commit is contained in:
parent
153bf433ae
commit
8542e45380
1 changed files with 4 additions and 0 deletions
|
|
@ -383,6 +383,10 @@ struct sockaddr_in;
|
|||
struct slapd_args {
|
||||
struct sockaddr_in *addr;
|
||||
int tcps;
|
||||
#ifdef HAVE_TLS
|
||||
struct sockaddr_in *tls_addr;
|
||||
int tls_tcps;
|
||||
#endif
|
||||
};
|
||||
|
||||
extern int slapd_daemon LDAP_P((struct slapd_args *args));
|
||||
|
|
|
|||
Loading…
Reference in a new issue