Xymon Mailing List Archive search

4.3.2 bug, comma before HISTORY button

list Asif Iqbal
Tue, 26 Apr 2011 15:00:41 -0400
Message-Id: <user-97e0856c3d1d@xymon.invalid>

On Sun, Apr 17, 2011 at 4:16 PM, Henrik Størner <user-ce4a2c883f75@xymon.invalid> wrote:
Looks like a bug in 4.3.2. There is a comma before the HISTORY button.
We can see this on our site as well as on Henrik’s.
Correct, this snuck into the 4.3.2 update unfortunately.
so as David Gore pointed out line 74 on lib/htmllog.c looks like this

fprintf(output, "<BR><BR><CENTER><FORM ACTION=\"%s/history.sh\">,", cgibinurl);

so replace it with

fprintf(output, "<BR><BR><CENTER><FORM ACTION=\"%s/history.sh\">", cgibinurl);

and then gmake clean; gmake; gmake install ?

or there is a safer way recommended ?

Regards,
Henrik

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?