mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-16 11:14:42 +00:00
Refactoring fixes
This commit is contained in:
parent
9870eee2e7
commit
263fe3927b
5 changed files with 14 additions and 7 deletions
|
|
@ -82,7 +82,7 @@ bool GenericHashEntry::walkable() const {
|
|||
/* ***************************************** */
|
||||
|
||||
bool GenericHashEntry::idle() const {
|
||||
return((get_state() == hash_entry_state_idle) ? true : false);
|
||||
return((get_state() >= hash_entry_state_idle) ? true : false);
|
||||
};
|
||||
|
||||
/* ***************************************** */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue