ITS#3359: Crash on recursive rebind following referral

This commit is contained in:
Kurt Zeilenga 2004-10-09 03:20:05 +00:00
parent 37a305145f
commit 228610dd33

View File

@ -349,7 +349,7 @@ wait4msg(
{ {
ld->ld_errno = (rc == -1 ? LDAP_SERVER_DOWN : ld->ld_errno = (rc == -1 ? LDAP_SERVER_DOWN :
LDAP_TIMEOUT); LDAP_TIMEOUT);
return( rc ); return -1;
} }
if ( rc == -1 ) { if ( rc == -1 ) {