X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fclient-agent%2Fconfig.c;h=7d6d1517ef060d69c8971fbb21520eb3ec140858;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=40255548a5259cf6914f498ca0abc601d1acb064;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/client-agent/config.c b/src/client-agent/config.c index 4025554..7d6d151 100755 --- a/src/client-agent/config.c +++ b/src/client-agent/config.c @@ -1,11 +1,12 @@ -/* @(#) $Id: config.c,v 1.15 2009/06/24 17:06:24 dcid Exp $ */ +/* @(#) $Id: ./src/client-agent/config.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right 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 */ @@ -25,7 +26,7 @@ /* ClientConf v0.2, 2005/03/03 * Read the config file (for the remote client) * v0.2: New OS_XML - */ + */ int ClientConf(char *cfgfile) { int modules = 0; @@ -34,6 +35,7 @@ int ClientConf(char *cfgfile) logr->lip = NULL; logr->rip_id = 0; logr->execdq = 0; + logr->profile = NULL; /*cmoraes*/ modules|= CCLIENT;