Skip to content
Snippets Groups Projects
Commit 95889bc7 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in previous commit.

parent d3181b56
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment