mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#1729
This commit is contained in:
parent
9db008f08f
commit
d2585491a0
1 changed files with 3 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue