Merge pull request #1329

cd929b8 levin: fix wrong value passed as return code to remote call (moneromooo-monero)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit 41b2886795
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save