mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
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->downEvent ();
|
||||||
$server->stop ();
|
$server->stop ();
|
||||||
}
|
}
|
||||||
|
@Servers = ();
|
||||||
|
|
||||||
# Stop the netflow daemon
|
# Stop the netflow daemon
|
||||||
pandora_stop_netflow_daemon ();
|
pandora_stop_netflow_daemon ();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user