mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
Fix Journal::Stream::active to return the correct value
This commit is contained in:
@@ -179,7 +179,7 @@ public:
|
||||
explicit
|
||||
operator bool() const
|
||||
{
|
||||
return ! m_disabled;
|
||||
return active();
|
||||
}
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user