mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 12:52:35 -03:00
Fix build error.
This commit is contained in:
parent
4e97a9d9eb
commit
460d878613
1 changed files with 1 additions and 1 deletions
|
@ -2768,7 +2768,7 @@ static void RPCAcceptHandler(boost::shared_ptr< basic_socket_acceptor<Protocol,
|
||||||
vnThreadsRunning[THREAD_RPCLISTENER]++;
|
vnThreadsRunning[THREAD_RPCLISTENER]++;
|
||||||
|
|
||||||
// Immediately start accepting new connections, except when we're canceled or our socket is closed.
|
// Immediately start accepting new connections, except when we're canceled or our socket is closed.
|
||||||
if (error != error::operation_aborted
|
if (error != asio::error::operation_aborted
|
||||||
&& acceptor->is_open())
|
&& acceptor->is_open())
|
||||||
RPCListen(acceptor, context, fUseSSL);
|
RPCListen(acceptor, context, fUseSSL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue