NSM: Don't wait for replies from dumb clients!
This commit is contained in:
parent
299193dc60
commit
14b8507fcb
|
@ -480,10 +480,10 @@ replies_still_pending ( )
|
|||
for ( std::list<Client*>::const_iterator i = client.begin();
|
||||
i != client.end();
|
||||
++i )
|
||||
/* if ( (*i)->active && (*i)->reply_pending() ) */
|
||||
/* return true; */
|
||||
if ( (*i)->reply_pending() )
|
||||
if ( (*i)->active && (*i)->reply_pending() )
|
||||
return true;
|
||||
/* if ( (*i)->reply_pending() ) */
|
||||
/* return true; */
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue