Skip to content

Commit

Permalink
Initialize CASESessionManager's mrpLocalConfig in Server::Init() (#19749
Browse files Browse the repository at this point in the history
)

Initialize CASESessionManager's mrpLocalConfig in Server::Init()
  • Loading branch information
selissia authored Jun 20, 2022
1 parent c60233d commit 98a1c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams)
.fabricTable = &mFabrics,
.clientPool = &mCASEClientPool,
.groupDataProvider = mGroupsProvider,
.mrpLocalConfig = Optional<ReliableMessageProtocolConfig>(GetLocalMRPConfig()),
},
.devicePool = &mDevicePool,
};
Expand Down

0 comments on commit 98a1c6b

Please sign in to comment.