ITS#2467 NULL pointer check

This commit is contained in:
Howard Chu 2003-04-25 10:27:55 +00:00
parent 7bbc903201
commit e0f0a40497

View File

@ -291,7 +291,7 @@ dn2entry_retry:
ldap_pvt_thread_yield();
goto dn2entry_retry;
default:
boi->boi_err = rc;
if ( boi ) boi->boi_err = rc;
if ( free_lock_id ) {
LOCK_ID_FREE( bdb->bi_dbenv, locker );
}