Force the servers out of scope before shutting down. Fixes ticket #1594.
This commit is contained in:
parent
6c715f3940
commit
0b175b191f
|
@ -70,7 +70,8 @@ sub pandora_shutdown () {
|
|||
$server->downEvent ();
|
||||
$server->stop ();
|
||||
}
|
||||
|
||||
@Servers = ();
|
||||
|
||||
# Stop the netflow daemon
|
||||
pandora_stop_netflow_daemon ();
|
||||
|
||||
|
|
Loading…
Reference in New Issue