mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-22 02:38:59 +00:00
Avoid unnecessary copy of l7 policy
This commit is contained in:
parent
c10dc8f1ac
commit
b574ecd025
3 changed files with 9 additions and 48 deletions
|
|
@ -2602,7 +2602,7 @@ static bool update_host_host_pool_l7policy(GenericHashEntry *node, void *user_da
|
|||
h->updateHostPool(false /* Not inline with traffic processing */);
|
||||
|
||||
if(up->update_l7policy)
|
||||
h->updateHostL7Policy();
|
||||
h->resetBlockedTrafficStatus();
|
||||
|
||||
#ifdef HOST_POOLS_DEBUG
|
||||
ntop->getTrace()->traceEvent(TRACE_NORMAL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue