mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix incorrect method call in JsonRpcConnection::MessageHandler
refs #11014
This commit is contained in:
parent
c03e458e13
commit
98e104a773
@ -207,7 +207,7 @@ void JsonRpcConnection::MessageHandler(const String& jsonString)
|
||||
if (message->Contains("id")) {
|
||||
resultMessage->Set("jsonrpc", "2.0");
|
||||
resultMessage->Set("id", message->Get("id"));
|
||||
JsonRpc::SendMessage(m_Stream, resultMessage);
|
||||
SendMessage(resultMessage);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user