Fix build error.

This commit is contained in:
Matt Corallo 2012-06-28 19:31:22 +02:00
parent 4e97a9d9eb
commit 460d878613
1 changed files with 1 additions and 1 deletions

View File

@ -2768,7 +2768,7 @@ static void RPCAcceptHandler(boost::shared_ptr< basic_socket_acceptor<Protocol,
vnThreadsRunning[THREAD_RPCLISTENER]++;
// 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())
RPCListen(acceptor, context, fUseSSL);