diff --git a/server/modules/filter/dbfwfilter/token.l b/server/modules/filter/dbfwfilter/token.l index 324e2cbf5..c27c02c76 100644 --- a/server/modules/filter/dbfwfilter/token.l +++ b/server/modules/filter/dbfwfilter/token.l @@ -36,7 +36,7 @@ USTR [%-_[:alnum:][:punct:]]+ CMP [=<>!]+ %% -"\n"+ return '\n'; +{SPACE}"\n"+ return '\n'; {COMMENT} return FWTOK_COMMENT; deny|allow return FWTOK_DENY; /** This should be removed at some point */ rule return FWTOK_RULE;