ITS#7591 fix back-meta missing result msgs

This commit is contained in:
Howard Chu 2013-08-02 04:44:57 -07:00
parent 8e28696f31
commit 0626df2cf1

View file

@ -787,10 +787,12 @@ meta_back_retry(
LDAP_BACK_CONN_BINDING_CLEAR( msc );
}
}
}
}
#if 0 /* ITS#7591, following stmt drops needed result msgs */
/* don't send twice */
sendok &= ~LDAP_BACK_SENDERR;
#endif
}
if ( rc != LDAP_SUCCESS ) {