diff --git a/src/processors/hybi.hpp b/src/processors/hybi.hpp index ed410019de..01659469cf 100644 --- a/src/processors/hybi.hpp +++ b/src/processors/hybi.hpp @@ -397,7 +397,7 @@ public: } void reset() { - m_state = m_state = hybi_state::READ_HEADER; + m_state = hybi_state::READ_HEADER; m_header.reset(); }