restore param removed by deadnix
dochain is called with `family` even if it never uses it
This commit is contained in:
parent
3899daee56
commit
135a445672
@ -31,7 +31,7 @@ let
|
|||||||
|
|
||||||
indent = text : indentLines 0 (splitString "\n" text);
|
indent = text : indentLines 0 (splitString "\n" text);
|
||||||
|
|
||||||
dochain = { name, type, rules,
|
dochain = { name, type, family, rules,
|
||||||
policy ? null,
|
policy ? null,
|
||||||
priority ? "filter",
|
priority ? "filter",
|
||||||
hook ? null } : ''
|
hook ? null } : ''
|
||||||
|
Loading…
Reference in New Issue
Block a user