X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fanalysisd%2Fpicviz.c;h=a98ff1bf52780af1cb924ad0629986379fdb3ce5;hb=280230a44cb9f9872652b6bb80de45a27af411f4;hp=8f9a3204e8e4094c0e253e72af0e1d9c5a0c82dd;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/analysisd/picviz.c b/src/analysisd/picviz.c index 8f9a320..a98ff1b 100644 --- a/src/analysisd/picviz.c +++ b/src/analysisd/picviz.c @@ -1,4 +1,5 @@ -/* @(#) $Id: picviz.c,v 1.2 2009/06/24 17:06:22 dcid Exp $ */ +/* @(#) $Id: ./src/analysisd/picviz.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Sebastien Tricaud * Copyright (C) 2009 Trend Micro Inc. @@ -6,7 +7,7 @@ * * 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 */ @@ -27,7 +28,7 @@ void OS_PicvizOpen(char *socket) if(!picviz_fp) { merror("%s: Unable to open picviz socket file '%s'.", - ARGV0, socket); + ARGV0, socket); } }