Force the servers out of scope before shutting down. Fixes ticket #1594.

This commit is contained in:
Ramon Novoa 2015-02-13 12:45:28 +01:00
parent 6c715f3940
commit 0b175b191f
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ sub pandora_shutdown () {
$server->downEvent ();
$server->stop ();
}
@Servers = ();
# Stop the netflow daemon
pandora_stop_netflow_daemon ();