[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbitd_client crash
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbitd_client crash
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 3 Oct 2006 10:08:18 +0200
- References: <20060929064154.GA14657@hswn.dk> <C142B3B1.ABFE%dunne@accuweather.com>
- User-agent: Mutt/1.5.11
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)) {