Xymon Mailing List Archive search

"Stop after" not shown in the Info-Page

list Alexander Bech
Wed, 19 Nov 2008 00:45:50 +0100
Message-Id: <user-d63d8a59bf56@xymon.invalid>

Anna Jonna Armannsdottir schrieb:
On mán, 2008-11-17 at 23:36 +0100, Alexander Bech wrote:
  
I have found the bug (?) in loadalerts.c in the line 1081 (-less
than/+greater than):
-               if (recip->criteria && recip->criteria->maxduration &&
(recip->criteria->maxduration < maxdur)) ...
+               if (recip->criteria && recip->criteria->maxduration &&
(recip->criteria->maxduration > maxdur)) ...
    
Brilliant! 
This has been bugging me for a while. Please post a patch ASAP. :) 

  
//here's the patch (attached)

Alex
Attachments (1)