mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix typo in previous commit.
This commit is contained in:
parent
d3181b56b8
commit
95889bc7d8
@ -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 New Issue
Block a user