mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-13 18:33:04 -05:00
ITS#8731 Remove unused arguments
This commit is contained in:
parent
65d0936811
commit
8f01fdec36
1 changed files with 2 additions and 2 deletions
|
|
@ -1102,7 +1102,7 @@ int close( int s )
|
|||
{
|
||||
if (newconns) {
|
||||
Debug( LDAP_DEBUG_CONNS,
|
||||
"daemon: close(%ld)\n", s, 0, 0 );
|
||||
"daemon: close(%ld)\n", s );
|
||||
if (s >= 0 && s < dtblsize && newconns[s])
|
||||
assert(newconns[s] == 2);
|
||||
}
|
||||
|
|
@ -2122,7 +2122,7 @@ slap_listener(
|
|||
SET_CLOSE(s);
|
||||
}
|
||||
Debug( LDAP_DEBUG_CONNS,
|
||||
"daemon: accept() = %ld\n", s, 0, 0 );
|
||||
"daemon: accept() = %ld\n", s );
|
||||
|
||||
/* Resume the listener FD to allow concurrent-processing of
|
||||
* additional incoming connections.
|
||||
|
|
|
|||
Loading…
Reference in a new issue