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

ITS#1711 txn was uninitialized

parent 5c701066
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ bdb_group(
{
struct bdb_info *bdb = (struct bdb_info *) be->be_private;
struct bdb_op_info *boi = (struct bdb_op_info *) op->o_private;
DB_TXN *txn;
DB_TXN *txn = NULL;
Entry *e;
int rc = 1;
Attribute *attr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment