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
05515f6a1c
commit
e3c87c9640
|
@ -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>
|
||||
|
||||
* pandora_agent: Do not display a warning if the output of a
|
||||
|
|
|
@ -1703,6 +1703,9 @@ while (1) {
|
|||
start_log ('quiet');
|
||||
|
||||
# Read configuration file
|
||||
@Modules = ();
|
||||
@Plugins = ();
|
||||
%Collections = ();
|
||||
read_config ();
|
||||
|
||||
# Check for a new configuration
|
||||
|
|
Loading…
Reference in New Issue