mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
incorrect args to tcpd statslog
This commit is contained in:
parent
97a6648832
commit
a928abeb9e
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ slapd_daemon(
|
|||
ns,
|
||||
client_name == NULL ? "unknown" : client_name,
|
||||
client_addr == NULL ? "unknown" : client_addr,
|
||||
0 );
|
||||
0, 0 );
|
||||
|
||||
close(ns);
|
||||
pthread_mutex_unlock( &new_conn_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue