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

Fix prev commit setting NO_GRANDKIDS incorrectly

parent 7a1c94ac
Branches
Tags
No related merge requests found
......@@ -1054,8 +1054,10 @@ gotit:
cx->op->o_tmpfree( save, cx->op->o_tmpmemctx );
if ( nokids ) ei->bei_state |= CACHE_ENTRY_NO_GRANDKIDS;
}
cx->rc = 0;
/* Make sure caller knows it had kids! */
cx->tmp[0]=1;
cx->rc = 0;
} else {
BDB_IDL_CPY( cx->ids, cx->tmp );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment