[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: notify.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/09/05 19:12:46

Modified files:
	notify.c

Log message:
Description: Fixing some printf format problems. Thanks to Slava Semushin <php-coder at altlinux.org>. Added a few more postgresql rules and support for the server-hostname on the Windows ui.
Reviewed by: dcid
Bug: http://www.ossec.net/bugs/show_bug.cgi?id=62

Index: notify.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/client-agent/notify.c,v
diff -u -r1.15 -r1.16
--- notify.c	7 Jul 2007 03:11:47 -0000	1.15
+++ notify.c	5 Sep 2007 22:12:45 -0000	1.16
@@ -52,7 +52,7 @@
     if(!ret)
     {
         closedir(dp);
-        merror(MEM_ERROR);
+        merror(MEM_ERROR, ARGV0);
         return(NULL);
     }
     tmp_ret = ret;


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.