Skip to content

Commit

Permalink
removed hardcoded listening (#13592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored Jan 14, 2022
1 parent 6e3c109 commit 59e28ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ void GenericThreadStackManagerImpl_OpenThread_LwIP<ImplClass>::UpdateThreadInter
it->Release();
}
}

err = transportMgr->MulticastGroupJoinLeave(Transport::PeerAddress::Multicast(0, 1234), true);
}
#endif // CHIP_SYSTEM_CONFIG_USE_OPEN_THREAD_UDP
}
Expand Down

0 comments on commit 59e28ed

Please sign in to comment.