Fixed a typo
This commit is contained in:
parent
01c14f221a
commit
9827482f20
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue