Skip to content

Commit

Permalink
Compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Dec 21, 2018
1 parent 2167e01 commit 8a6272c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NetworkInterface.cpp
Expand Up @@ -5341,7 +5341,9 @@ void NetworkInterface::runShutdownTasks() {
if (ntop->getPrefs()->flushFlowsOnShutdown()) {
/* Setting all flows as "ready to purge" (see isReadyToPurge) and dump them to the DB */
periodicStatsUpdate();
#ifdef NTOPNG_PRO
flushFlowDump();
#endif
}
}

Expand Down

0 comments on commit 8a6272c

Please sign in to comment.