mirror of
https://github.com/monero-project/monero.git
synced 2025-01-22 10:44:48 +00:00
Merge pull request #8965
1e2e703
core_rpc_server: silence unused warnings (jeffro256)
This commit is contained in:
commit
476398687d
1 changed files with 1 additions and 0 deletions
|
@ -2358,6 +2358,7 @@ namespace cryptonote
|
||||||
bool core_rpc_server::use_bootstrap_daemon_if_necessary(const invoke_http_mode &mode, const std::string &command_name, const typename COMMAND_TYPE::request& req, typename COMMAND_TYPE::response& res, bool &r)
|
bool core_rpc_server::use_bootstrap_daemon_if_necessary(const invoke_http_mode &mode, const std::string &command_name, const typename COMMAND_TYPE::request& req, typename COMMAND_TYPE::response& res, bool &r)
|
||||||
{
|
{
|
||||||
res.untrusted = false;
|
res.untrusted = false;
|
||||||
|
r = false;
|
||||||
|
|
||||||
boost::upgrade_lock<boost::shared_mutex> upgrade_lock(m_bootstrap_daemon_mutex);
|
boost::upgrade_lock<boost::shared_mutex> upgrade_lock(m_bootstrap_daemon_mutex);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue