From 69778606c862d0bf2499bdd871008bc203caafb0 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Fri, 2 Dec 2022 19:21:44 +0100 Subject: [PATCH] Fix group membership tasks not executing (#6586) A non available device could block the processing. --- de_web_plugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/de_web_plugin.cpp b/de_web_plugin.cpp index d621827cb1..7c1ef7d517 100644 --- a/de_web_plugin.cpp +++ b/de_web_plugin.cpp @@ -12768,6 +12768,7 @@ void DeRestPluginPrivate::processGroupTasks() if (!nodes[groupTaskNodeIter].isAvailable()) { + groupTaskNodeIter++; return; }