fix cleanup

This commit is contained in:
Pierangelo Masarati 2007-03-14 01:05:42 +00:00
parent 5e098ddc69
commit a28eb7817a

View file

@ -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 */