Merge commit 'v2.5.1'
[ossec-hids.git] / src / analysisd / config.c
index b833278..132dce7 100755 (executable)
@@ -1,11 +1,11 @@
-/* @(#) $Id: config.c,v 1.32 2009/11/04 15:18:59 dcid Exp $ */
+/* @(#) $Id$ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
  * This program is a free software; you can redistribute it
  * and/or modify it under the terms of the GNU General Public
- * License (version 3) as published by the FSF - Free Software
+ * License (version 2) as published by the FSF - Free Software
  * Foundation.
  *
  * License details at the LICENSE file included with OSSEC or 
@@ -58,6 +58,8 @@ int GlobalConf(char * cfgfile)
     Config.logbylevel  = 1;
 
     Config.includes = NULL;
+    Config.lists = NULL;
+    Config.decoders = NULL;
 
     modules|= CGLOBAL;
     modules|= CRULES;