mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Always initialize LedgerHandler options field
This commit is contained in:
@@ -64,7 +64,7 @@ private:
|
|||||||
Context& context_;
|
Context& context_;
|
||||||
Ledger::pointer ledger_;
|
Ledger::pointer ledger_;
|
||||||
Json::Value result_;
|
Json::Value result_;
|
||||||
int options_;
|
int options_ = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user