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