Skip to content
Snippets Groups Projects
Commit a28eb781 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix cleanup

parent 5e098ddc
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment