mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Removed duplicate variable in assignment (m_state = m_state = X)
This commit is contained in:
@@ -397,7 +397,7 @@ public:
|
||||
}
|
||||
|
||||
void reset() {
|
||||
m_state = m_state = hybi_state::READ_HEADER;
|
||||
m_state = hybi_state::READ_HEADER;
|
||||
m_header.reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user