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=f6bc2deb991a49d16fa54a5d386bb6001eee3f69;hp=132dce73108176ea94e4fb1fa47c0a25fe1c9de2;hb=ff0e686ac67bbd82b60c277eb324910dbc60f65f;hpb=33a81e69474ae91ecec4e991debe59e26bb330fd diff --git a/src/analysisd/config.c b/src/analysisd/config.c index 132dce7..f6bc2de 100755 --- a/src/analysisd/config.c +++ b/src/analysisd/config.c @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/analysisd/config.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. @@ -8,7 +9,7 @@ * License (version 2) as published by the FSF - Free Software * Foundation. * - * License details at the LICENSE file included with OSSEC or + * License details at the LICENSE file included with OSSEC or * online at: http://www.ossec.net/en/licensing.html */ @@ -52,7 +53,7 @@ int GlobalConf(char * cfgfile) Config.syscheck_ignore = NULL; Config.white_list = NULL; Config.hostname_white_list = NULL; - + /* Default actions -- only log above level 1 */ Config.mailbylevel = 7; Config.logbylevel = 1; @@ -75,7 +76,7 @@ int GlobalConf(char * cfgfile) /* Minimum memory size */ if(Config.memorysize < 64) Config.memorysize = 64; - + return(0); }