Fixed a typo

This commit is contained in:
Pauli Nieminen 2008-02-04 12:01:33 +00:00
parent 01c14f221a
commit 9827482f20

View file

@ -676,7 +676,7 @@ connection receive_data(config& cfg, connection connection_num)
{
s = get_socket(sockets.back());
}
if (!network_work_pool::is_locked(s))
if (!network_worker_pool::is_locked(s))
{
check_timeout();
}