Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Aug 29, 2024
1 parent 62a8d39 commit 3addadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/plugins/RfxLanXpl/xplcore/XplHub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace xplcore

CXplHub::CXplHub(const std::string& localIPOfTheInterfaceToUse)
: CThreadBase("XplHub"),
m_socket(Poco::Net::SocketAddress(Poco::Net::IPAddress(), CXplHelper::XplProtocolPort)),
m_socket(Poco::Net::SocketAddress(Poco::Net::IPAddress(), CXplHelper::XplProtocolPort), false),
m_stopHubRequested(false)
{
m_socket.setBroadcast(true);
Expand Down

0 comments on commit 3addadb

Please sign in to comment.