X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Frootcheck%2Fconfig.c;h=9cf9e6c53b649857d266c1c1c4eebb9c4d8c9f04;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=cf085dccb78cf436327d454e609ed1037e241552;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/rootcheck/config.c b/src/rootcheck/config.c index cf085dc..9cf9e6c 100755 --- a/src/rootcheck/config.c +++ b/src/rootcheck/config.c @@ -1,11 +1,12 @@ -/* @(#) $Id: config.c,v 1.18 2009/06/24 18:53:07 dcid Exp $ */ +/* @(#) $Id: ./src/rootcheck/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 */ @@ -33,7 +34,7 @@ int Read_Rootcheck_Config(char * cfgfile) modules|= CAGENT_CONFIG; ReadConfig(modules, AGENTCONFIG, &rootcheck, NULL); #endif - + return(0); }