diff --git a/src/app/server/Server.cpp b/src/app/server/Server.cpp index e30c2f2851b98b..67a12cf897bc2c 100644 --- a/src/app/server/Server.cpp +++ b/src/app/server/Server.cpp @@ -152,10 +152,10 @@ CHIP_ERROR Server::Init(AppDelegate * delegate, uint16_t secureServicePort, uint // TODO : Fix this once GroupDataProvider is implemented #Issue 11075 // for (iterate through all GroupDataProvider multicast Address) // { -//#ifdef CHIP_ENABLE_GROUP_MESSAGING_TESTS + //#ifdef CHIP_ENABLE_GROUP_MESSAGING_TESTS err = mTransports.MulticastGroupJoinLeave(Transport::PeerAddress::Multicast(1, 1234), true); SuccessOrExit(err); -//#endif + //#endif //} err = mSessions.Init(&DeviceLayer::SystemLayer(), &mTransports, &mMessageCounterManager);