Missing listeners are treated as warnings instead of errors
Missing listeners are no longer a cause for shutdown.
This commit is contained in:
@ -582,10 +582,12 @@ process_config_context(CONFIG_CONTEXT *context)
|
||||
* error_count += consistency_checks();
|
||||
*/
|
||||
|
||||
#ifdef REQUIRE_LISTENERS
|
||||
if (!service_all_services_have_listeners())
|
||||
{
|
||||
error_count++;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (error_count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user