INT-2183 Fix Multicast Regression Issue

Multicast tests are @Ignored because multicast has specific
requirements on the build machine. A regression issue was
introduced by INT-2050.
This commit is contained in:
Gary Russell
2011-10-14 19:16:31 -04:00
committed by Mark Fisher
parent 0c15ee1516
commit 9f302172c6

View File

@@ -128,7 +128,7 @@ public class MulticastSendingMessageHandler extends UnicastSendingMessageHandler
}
this.setSocket(socket);
}
return this.getSocket();
return this.getTheSocket();
}