mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#3359: Crash on recursive rebind following referral
This commit is contained in:
parent
37a305145f
commit
228610dd33
@ -349,7 +349,7 @@ wait4msg(
|
||||
{
|
||||
ld->ld_errno = (rc == -1 ? LDAP_SERVER_DOWN :
|
||||
LDAP_TIMEOUT);
|
||||
return( rc );
|
||||
return -1;
|
||||
}
|
||||
|
||||
if ( rc == -1 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user