mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix build
Summary: remove reference Test Plan: make OPT=-g Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
@@ -230,7 +230,7 @@ class TtlMergeOperator : public MergeOperator {
|
||||
const Slice& value,
|
||||
std::string* new_value,
|
||||
Logger* logger) const override {
|
||||
const uint32_t& ts_len = DBWithTTL::kTSLength;
|
||||
const uint32_t ts_len = DBWithTTL::kTSLength;
|
||||
if ((existing_value && existing_value->size() < ts_len) ||
|
||||
value.size() < ts_len) {
|
||||
Log(logger, "Error: Could not remove timestamp correctly from value.");
|
||||
|
||||
Reference in New Issue
Block a user