mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2011-12-16 Ramon Novoa <rnovoa@artica.es>
* pandora_agent: Empty modules, plugins and collections before running a broker agent. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5274 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f2604c08ae
commit
a67ff7dd7f
@ -1,3 +1,8 @@
|
|||||||
|
2011-12-16 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandora_agent: Empty modules, plugins and collections before
|
||||||
|
running a broker agent.
|
||||||
|
|
||||||
2011-12-14 Ramon Novoa <rnovoa@artica.es>
|
2011-12-14 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandora_agent: Do not display a warning if the output of a
|
* pandora_agent: Do not display a warning if the output of a
|
||||||
|
@ -1703,6 +1703,9 @@ while (1) {
|
|||||||
start_log ('quiet');
|
start_log ('quiet');
|
||||||
|
|
||||||
# Read configuration file
|
# Read configuration file
|
||||||
|
@Modules = ();
|
||||||
|
@Plugins = ();
|
||||||
|
%Collections = ();
|
||||||
read_config ();
|
read_config ();
|
||||||
|
|
||||||
# Check for a new configuration
|
# Check for a new configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user