Fixes test error

pull/7389/head
gurkanindibay 2023-12-17 09:16:32 +03:00
parent c199c0108f
commit 059081ee60
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static void
EnsureRequiredObjectExistOnAllNodes(const ObjectAddress *target,
RequiredObjectSet requiredObjectSet)
{
if (!IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
if (IsAnyObjectDistributed(list_make1((ObjectAddress *) target)))
{
/* do not propagate for non-distributed types */
return;