mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix missing break on mtCLUSTER handler
This commit is contained in:
committed by
Vinnie Falco
parent
7cd63489f4
commit
870fb4f291
@@ -871,6 +871,7 @@ private:
|
||||
else
|
||||
m_journal.warning << "parse error: " << type;
|
||||
}
|
||||
break;
|
||||
|
||||
case protocol::mtERROR_MSG:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user