Control: tags -1 + patch

Attached is a patch to fix this issue. The code for the "domain" block
had 0 hardcoded.

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
                -- Spock, "Day of the Dove", stardate unknown
reverted:
--- ferm-2.1/src/ferm
+++ ferm-2.1.orig/src/ferm
@@ -2052,7 +2052,7 @@
                         new_level(%inner, \%rule);
                         set_domain(%inner, $domain) or next;
                         $script->{tokens} = [ @$tokens ];
+                        enter($lev, \%inner);
-                        enter(0, \%inner);
                     }
 
                     $script->{tokens} = $old_tokens;
diff -u ferm-2.1/debian/changelog ferm-2.1/debian/changelog
--- ferm-2.1/debian/changelog
+++ ferm-2.1/debian/changelog
@@ -1,3 +1,10 @@
+ferm (2.1-4.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix level of domain blocks. (closes: #696130)
+
+ -- Bastian Blank <wa...@debian.org>  Sun, 23 Dec 2012 10:52:20 +0000
+
 ferm (2.1-4) unstable; urgency=low
 
   * [4ede608] Backport a patch that fixes a regression in functions containing

Reply via email to