From 3fc7399a62934d777fff0a560d22db50bdce2284 Mon Sep 17 00:00:00 2001 From: KidDigital Date: Sun, 4 Dec 2022 11:40:24 +0100 Subject: [PATCH] Fix code intent AND prevents GCC compile error --- cpp/src/command_classes/AssociationCommandConfiguration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/command_classes/AssociationCommandConfiguration.cpp b/cpp/src/command_classes/AssociationCommandConfiguration.cpp index 576441250b..073edea8eb 100644 --- a/cpp/src/command_classes/AssociationCommandConfiguration.cpp +++ b/cpp/src/command_classes/AssociationCommandConfiguration.cpp @@ -183,7 +183,7 @@ namespace OpenZWave if (Node* node = GetNodeUnsafe()) { Group* group = node->GetGroup(groupIdx); - if ( NULL == group) + if ( NULL != group) { if (firstReports) {