mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7591 fix back-meta missing result msgs
This commit is contained in:
parent
8e28696f31
commit
0626df2cf1
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue