Xymon Mailing List Archive search

Hobbitd_client crash

list Henrik Størner
Tue, 3 Oct 2006 10:08:18 +0200
Message-Id: <user-ba0d5b2d0c26@xymon.invalid>

On Fri, Sep 29, 2006 at 11:27:45AM -0400, Michael Dunne wrote:
Henrik,

Apologies, here is the correct output.
It still doesn't look right, but I had another report about a crash in
hobbitd_client this morning. Could you try the attached patch and let
me know if it makes any difference?


Regards,
Henrik

-------------- next part --------------
--- hobbitd/client_config.c	2006/08/06 21:03:46	1.50
+++ hobbitd/client_config.c	2006/10/03 05:25:53
@@ -1249,6 +1249,7 @@
 	*abswarn = 0;
 	*abspanic = 0;
 	*ignored = 0;
+	*group = NULL;
 
 	rule = getrule(hostname, pagename, classname, C_DISK);
 	while (rule && !namematch(fsname, rule->rule.disk.fsexp->pattern, rule->rule.disk.fsexp->exp)) {