summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpTransceiver.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-05-21 15:50:50 +0800
committerBenoit Foucher <benoit@zeroc.com>2008-06-06 12:22:56 +0200
commitcde3d2f34e3351a254b0fc7cd50a53510e356c36 (patch)
tree7a0c492f8112fac27b85075bb2c0a4001addf816 /cpp/src/Ice/UdpTransceiver.cpp
parentdemo/IceGrid/secure clean isn't very clean under Windows. (diff)
downloadice-cde3d2f34e3351a254b0fc7cd50a53510e356c36.tar.bz2
ice-cde3d2f34e3351a254b0fc7cd50a53510e356c36.tar.xz
ice-cde3d2f34e3351a254b0fc7cd50a53510e356c36.zip
http://bugzilla/bugzilla/show_bug.cgi?id=3216 - mcastServer not initialized.
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.cpp')
-rw-r--r--cpp/src/Ice/UdpTransceiver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp
index 4bc5a6d07e3..66168b1779c 100644
--- a/cpp/src/Ice/UdpTransceiver.cpp
+++ b/cpp/src/Ice/UdpTransceiver.cpp
@@ -296,6 +296,7 @@ IceInternal::UdpTransceiver::UdpTransceiver(const InstancePtr& instance, const s
_stats(instance->initializationData().stats),
_incoming(false),
_addr(addr),
+ _mcastServer(false),
_connect(true),
_warn(instance->initializationData().properties->getPropertyAsInt("Ice.Warn.Datagrams") > 0)
{
@@ -340,6 +341,7 @@ IceInternal::UdpTransceiver::UdpTransceiver(const InstancePtr& instance, const s
_logger(instance->initializationData().logger),
_stats(instance->initializationData().stats),
_incoming(true),
+ _mcastServer(false),
_connect(connect),
_warn(instance->initializationData().properties->getPropertyAsInt("Ice.Warn.Datagrams") > 0)
{