Merge pull request #1329

cd929b8 levin: fix wrong value passed as return code to remote call (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2016-11-12 17:51:25 +02:00
commit 41b2886795
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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
{