mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes a crash when sending messages to hybi00 clients
This commit is contained in:
@@ -265,7 +265,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
msg->set_header(std::string(0x00));
|
||||
msg->set_header(std::string(1,0x00));
|
||||
|
||||
msg->append_payload(std::string(1,0xFF));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user