Commit 66bc4c93 authored by Dominik Charousset's avatar Dominik Charousset

Fix to_string function for sec, relates #472

parent 47f6160a
...@@ -26,7 +26,6 @@ namespace { ...@@ -26,7 +26,6 @@ namespace {
const char* sec_strings[] = { const char* sec_strings[] = {
"<no-error>", "<no-error>",
"unexpected_message", "unexpected_message",
"invalid_invoke_mutable",
"unexpected_response", "unexpected_response",
"request_receiver_down", "request_receiver_down",
"request_timeout", "request_timeout",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment