Fixed undefined servers being ignored

The missing server was logged but it was not considered an error.
This commit is contained in:
Markus Makela 2016-03-04 07:06:53 +02:00
parent d3da98b58f
commit ab33515282

View File

@ -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);
}