Merge pull request #1329
cd929b8
levin: fix wrong value passed as return code to remote call (moneromooo-monero)
This commit is contained in:
commit
41b2886795
|
@ -373,7 +373,7 @@ public:
|
|||
invoke_response_handlers_guard.unlock();
|
||||
|
||||
if(timer_cancelled)
|
||||
response_handler->handle(m_current_head.m_command, buff_to_invoke, m_connection_context);
|
||||
response_handler->handle(m_current_head.m_return_code, buff_to_invoke, m_connection_context);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue