From ece9bb503529d92e366554c6852d868d48ada8cb Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 28 Dec 2019 14:13:14 +0100 Subject: Adding check on configuration setting EXTENSION_MAPPING In #7419 the EXTENSION_MAPPING test was omitted --- src/configimpl.l | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/configimpl.l b/src/configimpl.l index 4da1634..840213c 100644 --- a/src/configimpl.l +++ b/src/configimpl.l @@ -1541,6 +1541,9 @@ void Config::checkAndCorrect() s=aliasList.next(); } + // check EXTENSION_MAPPING + checkList(Config_getList(EXTENSION_MAPPING),"EXTENSION_MAPPING",TRUE,TRUE); + // check FILTER_PATTERNS checkList(Config_getList(FILTER_PATTERNS),"FILTER_PATTERNS",TRUE,TRUE); -- cgit v0.12