From 9b4d14e08534153bfb69db41a15bd529d4c747f1 Mon Sep 17 00:00:00 2001 From: Sarah Hebert Date: Wed, 4 Jul 2018 15:59:30 +0100 Subject: [PATCH] #4991 Removed Zeroconf string suffix from Zeroconf service name --- src/gui/src/ZeroconfService.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/src/ZeroconfService.cpp b/src/gui/src/ZeroconfService.cpp index 5ecc5773..856fce91 100644 --- a/src/gui/src/ZeroconfService.cpp +++ b/src/gui/src/ZeroconfService.cpp @@ -33,8 +33,8 @@ static const QStringList preferedIPAddress( "10." << "172."); -const char* ZeroconfService:: m_ServerServiceName = "_synergyServerZeroconf._tcp"; -const char* ZeroconfService:: m_ClientServiceName = "_synergyClientZeroconf._tcp"; +const char* ZeroconfService:: m_ServerServiceName = "_synergyServer._tcp"; +const char* ZeroconfService:: m_ClientServiceName = "_synergyClient._tcp"; ZeroconfService::ZeroconfService(MainWindow* mainWindow) : m_pMainWindow(mainWindow),