Fix typo in previous commit.

This commit is contained in:
Kurt Zeilenga 1999-06-04 22:15:35 +00:00
parent d3181b56b8
commit 95889bc7d8

View File

@ -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;
}