blob: 2fb0776ec95593181e0352a88a6d934190c52cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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 (group)
{
if (firstReports)
{
|