Skip to content
Snippets Groups Projects
Commit db082f4b authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

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