mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
fix cleanup
This commit is contained in:
parent
5e098ddc69
commit
a28eb7817a
1 changed files with 2 additions and 0 deletions
|
|
@ -316,6 +316,7 @@ down:;
|
|||
if ( *mcp == NULL ) {
|
||||
retcode = META_SEARCH_ERR;
|
||||
rs->sr_err = LDAP_UNAVAILABLE;
|
||||
candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
|
||||
break;
|
||||
}
|
||||
/* fall thru */
|
||||
|
|
@ -630,6 +631,7 @@ retry:;
|
|||
|
||||
if ( *mcp == NULL ) {
|
||||
retcode = META_SEARCH_ERR;
|
||||
candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
|
||||
break;
|
||||
}
|
||||
/* fall thru */
|
||||
|
|
|
|||
Loading…
Reference in a new issue