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

Check for opinfo->boi_txn before using it - sometimes it is NULL even if

opinfo isn't
parent 400458c9
Branches
Tags
No related merge requests found
......@@ -534,7 +534,7 @@ bdb_do_search( Operation *op, SlapReply *rs, Operation *sop,
}
}
if ( opinfo ) {
if ( opinfo && opinfo->boi_txn ) {
ltid = opinfo->boi_txn;
locker = TXN_ID( ltid );
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment