mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 07:43:01 +00:00
Fix for enabling broken SSL certificate mismatch alerts
This commit is contained in:
parent
25a1a961c2
commit
ea115eb582
4 changed files with 20 additions and 5 deletions
|
|
@ -2687,7 +2687,10 @@ void NetworkInterface::periodicStatsUpdate() {
|
|||
|
||||
if(isView()) return;
|
||||
|
||||
gettimeofday(&tv, NULL);
|
||||
if(!read_from_pcap_dump())
|
||||
gettimeofday(&tv, NULL);
|
||||
else
|
||||
tv.tv_sec = last_pkt_rcvd, tv.tv_usec = 0;
|
||||
|
||||
#ifdef NTOPNG_PRO
|
||||
if(getHostPools()) getHostPools()->checkPoolsStatsReset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue