diff --git a/src/ParserInterface.cpp b/src/ParserInterface.cpp index 5e3ffef51b..9bb5af1ba9 100755 --- a/src/ParserInterface.cpp +++ b/src/ParserInterface.cpp @@ -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;