Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit e2ba235

Browse files
authored
Merge pull request #631 from openweave/bug/initCbFabricState
Initialize BoundConnection callback to NULL.
2 parents c02ab57 + 17a66e8 commit e2ba235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/core/WeaveFabricState.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ WEAVE_ERROR WeaveFabricState::Init(GroupKeyStoreBase *groupKeyStore)
300300
301301
sessionEndCallbackList = NULL;
302302
303+
BoundConnectionClosedForSession = NULL;
304+
303305
State = kState_Initialized;
304306
305307
return WEAVE_NO_ERROR;

0 commit comments

Comments
 (0)