summaryrefslogtreecommitdiffstats
path: root/src/net/mcast/McastConfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/mcast/McastConfiguration.h')
-rw-r--r--src/net/mcast/McastConfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/mcast/McastConfiguration.h b/src/net/mcast/McastConfiguration.h
index 4e0e2ad..f10d487 100644
--- a/src/net/mcast/McastConfiguration.h
+++ b/src/net/mcast/McastConfiguration.h
@@ -156,7 +156,7 @@ public:
quint16 multicastUDPMPort() const
{
- return _multicastUDPPortBase + 1;
+ return _multicastUDPPortBase;
}
void commit()