mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Fix -USLAPD_RLOOKUPS
This commit is contained in:
parent
c12547cf3b
commit
008bbf56db
1 changed files with 2 additions and 1 deletions
|
|
@ -738,7 +738,8 @@ slapd_daemon_task(
|
|||
|
||||
if( (id = connection_init(s,
|
||||
slap_listeners[l]->sl_url,
|
||||
dnsname, peername,
|
||||
dnsname != NULL ? dnsname : "unknown",
|
||||
peername,
|
||||
slap_listeners[l]->sl_name,
|
||||
#ifdef HAVE_TLS
|
||||
slap_listeners[l]->sl_is_tls
|
||||
|
|
|
|||
Loading…
Reference in a new issue