mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Fix typo in previous commit.
This commit is contained in:
parent
d3181b56b8
commit
95889bc7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ long connection_init(
|
|||
if( s < 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"connection_init(%d): invalid.\n",
|
||||
s );
|
||||
s, 0, 0 );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue