Skip to content
Snippets Groups Projects
Commit d2585491 authored by Luke Howard's avatar Luke Howard
Browse files

ITS#1729

parent 9db008f0
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,9 @@ perl_back_bind(
ldap_pvt_thread_mutex_unlock( &perl_interpreter_mutex );
Debug( LDAP_DEBUG_ANY, "Perl BIND\n", 0, 0, 0 );
Debug( LDAP_DEBUG_ANY, "Perl BIND returned 0x%04x\n", return_code, 0, 0 );
send_ldap_result( conn, op, return_code, NULL, NULL, NULL, NULL );
return ( return_code );
}
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