Minor fixes

This commit is contained in:
Howard Chu 2003-04-18 07:43:07 +00:00
parent c734eaf68a
commit 6002ad5233
2 changed files with 3 additions and 2 deletions

View file

@ -490,6 +490,7 @@ equality_candidates(
if( rc == DB_NOTFOUND ) {
BDB_IDL_ZERO( ids );
rc = 0;
break;
} else if( rc != LDAP_SUCCESS ) {
#ifdef NEW_LOGGING
LDAP_LOG ( INDEX, RESULTS,

View file

@ -1420,9 +1420,9 @@ static int oc_filter(
return rc;
}
static void search_stack_free( void *key, void *data)
static void search_stack_free( void *key, void *data )
{
ch_free(data);
ber_memfree_x(data, NULL);
}
static void *search_stack(