Skip to content

Commit

Permalink
MB-37956: Add missing ; to Expects() macro
Browse files Browse the repository at this point in the history
Change-Id: Ia89fdbfca6a603a7b0ea46cfc64ca2c051552bc4
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/154564
Reviewed-by: Dave Rigby <daver@couchbase.com>
Tested-by: Build Bot <build@couchbase.com>
  • Loading branch information
rdemellow committed May 27, 2021
1 parent fed3749 commit 5c87d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/ep/src/dcp/passive_stream.cc
Expand Up @@ -730,7 +730,7 @@ cb::engine_errc PassiveStream::processPrepare(
auto result = processMessage(prepare, MessageType::Prepare);
if (result == cb::engine_errc::success) {
Expects(prepare->getItem()->getBySeqno() ==
engine->getVBucket(vb_)->getHighSeqno())
engine->getVBucket(vb_)->getHighSeqno());
}
return result;
}
Expand Down

0 comments on commit 5c87d05

Please sign in to comment.