Fixed RecordHit to update last_hit
[clearscm.git] / maps / bin / maps
index 8ff35a7..17047f4 100755 (executable)
@@ -206,9 +206,10 @@ sub ProcessMsgs ($$$) {
     ($onlist, $rec) = OnNulllist $sender;
 
     if ($onlist) {
-      #$log->msg("Nulllisting $sender - Rule: $rule:$sequence/$hit_count");
       $log->msg("Nulllisting $sender - Rule: " . formatRule($rec));
+
       Nulllist $sender, $rec->{sequence}, $rec->{hit_count};
+
       next;
     } # if