X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fanalysisd%2Fconfig.c;fp=src%2Fanalysisd%2Fconfig.c;h=132dce73108176ea94e4fb1fa47c0a25fe1c9de2;hp=b8332786022844d5e2f01c35d2f156da8bb77b8b;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/analysisd/config.c b/src/analysisd/config.c index b833278..132dce7 100755 --- a/src/analysisd/config.c +++ b/src/analysisd/config.c @@ -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;