X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fshared%2Fread-alert.c;fp=src%2Fshared%2Fread-alert.c;h=b9553b65796eb851fe858257218be0e275024f8a;hp=ff18f85c69cfd45d774da5bd48c940b7b7edd0f7;hb=301048b51990573e58a30dc4a5bb4ec285cad554;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a 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);