mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Minor cleanup
This commit is contained in:
parent
ff09e5b61f
commit
c2ec640c3d
1 changed files with 0 additions and 3 deletions
|
|
@ -374,9 +374,6 @@ void ThreadedActivity::schedulePeriodicActivity(ThreadPool *pool, time_t deadlin
|
|||
NetworkInterface *iface = ntop->getInterface(i);
|
||||
|
||||
if(iface
|
||||
/* Don't schedule periodic activities for Interfaces associated to pcap files.
|
||||
There's no need to run them as they will create files
|
||||
and calculate stats assuming live traffic. */
|
||||
&& (iface->getIfType() != interface_type_PCAP_DUMP || !exclude_pcap_dump_interfaces)
|
||||
&& !isInterfaceTaskRunning(iface)) {
|
||||
pool->queueJob(this, script_path, iface, deadline);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue