diff options
Diffstat (limited to 'filter')
-rw-r--r-- | filter/config.Y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/config.Y b/filter/config.Y index 92ac6fa5..7e9f4104 100644 --- a/filter/config.Y +++ b/filter/config.Y @@ -205,7 +205,6 @@ f_generate_ec(u16 kind, struct f_inst *tk, struct f_inst *tv) cf_error("Can't operate with key of non-integer/IPv4 type in EC constructor"); } -#ifndef IPV6 /* IP->Quad implicit conversion */ else if (tk->code == 'C') { c1 = 1; @@ -223,7 +222,6 @@ f_generate_ec(u16 kind, struct f_inst *tk, struct f_inst *tv) else cf_error("Can't operate with key of non-integer/IPv4 type in EC constructor"); } -#endif if (tv->code == 'c') { if (tv->aux != T_INT) |