mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes possibly uninitialized service maps
This commit is contained in:
parent
523c07d985
commit
99977e1cec
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@ NetworkInterface::NetworkInterface(const char *name,
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(NTOPNG_PRO) && !defined(HAVE_NEDGE)
|
||||
pMap = NULL, sMap = NULL;
|
||||
#endif
|
||||
|
||||
if(id >= 0) {
|
||||
last_pkt_rcvd = last_pkt_rcvd_remote = 0, pollLoopCreated = false,
|
||||
flowDumpLoopCreated = false, hookLoopCreated = false, bridge_interface = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue