Avoid 'regression' in value returned by add_rule()

This commit is contained in:
Tom Eastep 2010-05-09 10:29:23 -07:00
parent 6b1d24f626
commit f1fee2a0a4

View File

@ -580,6 +580,8 @@ sub add_rule($$;$)
} else {
push_rule( $chainref, $rule );
}
1;
}
#