conf: remove obsolete whitespace from regex start
we already deal with leading whitespace before a command in a manual way before comparing keywords.
This commit is contained in:
parent
393e51ba45
commit
173c5b66a7
@ -24,7 +24,7 @@
|
|||||||
")"
|
")"
|
||||||
|
|
||||||
#define IPV6MASK "(" IPV6 "(/" DIGIT "+)?)"
|
#define IPV6MASK "(" IPV6 "(/" DIGIT "+)?)"
|
||||||
#define BEGIN "^" SPACE "*"
|
#define BEGIN "^"
|
||||||
#define END SPACE "*$"
|
#define END SPACE "*$"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user