Fixed undefined servers being ignored
The missing server was logged but it was not considered an error.
This commit is contained in:
parent
d3da98b58f
commit
ab33515282
@ -2560,6 +2560,7 @@ int configure_new_service(CONFIG_CONTEXT *context, CONFIG_CONTEXT *obj)
|
||||
{
|
||||
MXS_ERROR("Unable to find server '%s' that is "
|
||||
"configured as part of service '%s'.", s, obj->object);
|
||||
error_count++;
|
||||
}
|
||||
s = strtok_r(NULL, ",", &lasts);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user