diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-08 23:02:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-08 23:02:35 +0100 |
| commit | 12efbd5938f08eb445b43f539fa4f27aa5caccfb (patch) | |
| tree | ff931f920b30ad187942206268d9f18b3f06448d /src/lib/util.cc | |
| parent | 630a56ad9e7ecfb42b1d761098820f9e492f9c4e (diff) | |
| parent | 0ae086a90ef262fed4e265df197fd62fcdfbccf7 (diff) | |
Merge master.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 344a9f97d..e0db5de2e 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -565,7 +565,7 @@ Socket::accept (int port) _acceptor->async_accept (_socket, boost::lambda::var(ec) = boost::lambda::_1); do { _io_service.run_one (); - } while (ec == boost::asio::error::would_block ); + } while (ec == boost::asio::error::would_block); delete _acceptor; _acceptor = 0; |
