X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fos_dbd%2Fdbd.c;h=dff139c6ca914e30b9604fb2a6aa2a21a1aae4cd;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=c62c0acd21c324c169115b715227f87bea8a8df2;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/os_dbd/dbd.c b/src/os_dbd/dbd.c index c62c0ac..dff139c 100755 --- a/src/os_dbd/dbd.c +++ b/src/os_dbd/dbd.c @@ -1,14 +1,15 @@ -/* @(#) $Id: dbd.c,v 1.6 2009/06/24 17:06:30 dcid Exp $ */ +/* @(#) $Id: ./src/os_dbd/dbd.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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 + * License details at the LICENSE file included with OSSEC or * online at: http://www.ossec.net/en/licensing.html */ @@ -31,8 +32,8 @@ */ void OS_DBD(DBConfig *db_config) { - time_t tm; - struct tm *p; + time_t tm; + struct tm *p; file_queue *fileq; alert_data *al_data;