Fix prev commit

This commit is contained in:
Howard Chu 2006-09-20 20:22:59 +00:00
parent f63f46f0b1
commit db082f4b1d

View file

@ -286,6 +286,7 @@ Entry* bdb_tool_entry_get( BackendDB *be, ID id )
eh.data += eoff;
rc = cursor->c_get( cursor, &key, &data, DB_CURRENT );
if ( rc ) goto leave;
#ifdef SLAP_ZONE_ALLOC
/* FIXME: will add ctx later */