Skip to content

Commit

Permalink
Fix group membership tasks not executing (#6586)
Browse files Browse the repository at this point in the history
A non available device could block the processing.
  • Loading branch information
manup authored Dec 2, 2022
1 parent c6edb92 commit 6977860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions de_web_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12768,6 +12768,7 @@ void DeRestPluginPrivate::processGroupTasks()

if (!nodes[groupTaskNodeIter].isAvailable())
{
groupTaskNodeIter++;
return;
}

Expand Down

0 comments on commit 6977860

Please sign in to comment.