diff --git a/server/core/config_runtime.cc b/server/core/config_runtime.cc index 8453d40b8..6f1e9e2b5 100644 --- a/server/core/config_runtime.cc +++ b/server/core/config_runtime.cc @@ -1087,7 +1087,7 @@ static bool runtime_create_service(const char *name, const char *router, MXS_CON { SERVICE* service = NULL; CONFIG_CONTEXT ctx{(char*)""}; - ctx.parameters = load_defaults(router, MODULE_FILTER, CN_FILTER); + ctx.parameters = load_defaults(router, MODULE_ROUTER, CN_SERVICE); if (ctx.parameters) {