From 614e711fed13e46500ddcaf93d6a189cf2e2b120 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 7 May 2002 18:39:45 +0000 Subject: [PATCH] Fixed bug in last_if_match processing, flag var was using incorrect var name --- src/spong-message.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spong-message.pl b/src/spong-message.pl index 02f6b96..d73f4c7 100755 --- a/src/spong-message.pl +++ b/src/spong-message.pl @@ -12,7 +12,7 @@ # (2) Added rules based paging (Stephen Johnson Nov 14, 1998) # (3) Added checks against Acks and downtime (Stephen Johnson Mar 17, 1999) # -# $Id: spong-message.pl,v 1.33 2002/04/05 20:11:21 sljohnson Exp $ +# $Id: spong-message.pl,v 1.34 2002/05/07 18:39:45 sljohnson Exp $ use lib "@@LIBDIR@@"; @@ -502,7 +502,7 @@ RULE: add_contact(\@con,$contact); } - if( $match and $rules->{'last_if_match'} == 1 ) { + if( $match and $rule->{'last_if_match'} == 1 ) { debug("'last_if_match' flag set on rule $c $rule->{'name'}," . " exiting rules scan"); last; -- 2.30.2