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:
rofl0r 2020-10-09 01:04:44 +01:00
parent 393e51ba45
commit 173c5b66a7

View File

@ -24,7 +24,7 @@
")"
#define IPV6MASK "(" IPV6 "(/" DIGIT "+)?)"
#define BEGIN "^" SPACE "*"
#define BEGIN "^"
#define END SPACE "*$"