X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Frootcheck%2Fconfig.c;h=9cf9e6c53b649857d266c1c1c4eebb9c4d8c9f04;hp=b04d49275ac8c9f0476c2aed422ccd693876fd80;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/rootcheck/config.c b/src/rootcheck/config.c index b04d492..9cf9e6c 100755 --- a/src/rootcheck/config.c +++ b/src/rootcheck/config.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/rootcheck/config.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. @@ -33,7 +34,7 @@ int Read_Rootcheck_Config(char * cfgfile) modules|= CAGENT_CONFIG; ReadConfig(modules, AGENTCONFIG, &rootcheck, NULL); #endif - + return(0); }