X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Fread-alert.c;fp=src%2Fshared%2Fread-alert.c;h=b9553b65796eb851fe858257218be0e275024f8a;hb=a62b46c229549212d536867b7e5e24d7576ebe8b;hp=ff18f85c69cfd45d774da5bd48c940b7b7edd0f7;hpb=d623b82886b9b5fbba3fa27c3bfac51f3f8af108;p=ossec-hids.git diff --git a/src/shared/read-alert.c b/src/shared/read-alert.c index ff18f85..b9553b6 100755 --- a/src/shared/read-alert.c +++ b/src/shared/read-alert.c @@ -1,11 +1,11 @@ -/* @(#) $Id: read-alert.c,v 1.10 2009/06/24 18:53:08 dcid Exp $ */ +/* @(#) $Id$ */ /* 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 * * License details at the LICENSE file included with OSSEC or @@ -266,7 +266,7 @@ alert_data *GetAlertData(int flag, FILE *fp) os_strdup(p, user); } /* It is a log message */ - else if(log_size < 10) + else if(log_size < 20) { os_clearnl(str,p);