]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
conf: mute 'failed to activate modules' if no template is configured
authorDaniel Salzman <daniel.salzman@nic.cz>
Mon, 5 Mar 2018 11:37:10 +0000 (12:37 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Mon, 5 Mar 2018 11:37:17 +0000 (12:37 +0100)
src/knot/conf/module.c

index b2e7086c7c1a5d985b844a93516666237c5d855a..0d61b12a3380df155dc7d24e0b38734c62151e08 100644 (file)
@@ -370,6 +370,7 @@ void conf_activate_modules(
        case KNOT_EOK:
                break;
        case KNOT_ENOENT: // Check if a module is configured at all.
+       case KNOT_YP_EINVAL_ID:
                return;
        default:
                ret = val.code;