Replaced check for status.active by status.dataopen in check_network_activity.
This commit is contained in:
parent
4b076ee87f
commit
cd12345032
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ cp
|
|||
if(p->status.remove)
|
||||
continue;
|
||||
|
||||
if(p->status.active)
|
||||
if(p->status.dataopen)
|
||||
if(FD_ISSET(p->socket, f))
|
||||
{
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue