From 9632d3f63444c110516900f2f4ab2cc1ae123e7f Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 27 Feb 2020 14:56:18 +0100 Subject: [PATCH] Clear ApiListener#last_failed_zones_stage_validation on config::Update if config not changed refs #7642 --- lib/remote/apilistener-filesync.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/remote/apilistener-filesync.cpp b/lib/remote/apilistener-filesync.cpp index ab1d5c728..96448de32 100644 --- a/lib/remote/apilistener-filesync.cpp +++ b/lib/remote/apilistener-filesync.cpp @@ -534,6 +534,7 @@ void ApiListener::HandleConfigUpdate(const MessageOrigin::Ptr& origin, const Dic Log(LogInformation, "ApiListener") << "Received configuration updates (" << count << ") from endpoint '" << fromEndpointName << "' do not qualify for production, not triggering reload."; + listener->ClearLastFailedZonesStageValidation(); } }