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

Re: [hobbit] Hobbitd_client crash



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

--- 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)) {