mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-20 17:29:13 +00:00
Avoids re-init of var
This commit is contained in:
parent
417c4a3146
commit
c17a962424
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ void ParserInterface::processFlow(ParsedFlow *zflow) {
|
|||
bool src2dst_direction, new_flow;
|
||||
Flow *flow;
|
||||
ndpi_protocol p = Flow::ndpiUnknownProtocol;
|
||||
time_t now = time(NULL);
|
||||
time_t now;
|
||||
bpf_timeval now_tv = { 0 };
|
||||
Mac *srcMac = NULL, *dstMac = NULL;
|
||||
IpAddress srcIP, dstIP;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue