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:
committed by
Mark Fisher
parent
0c15ee1516
commit
9f302172c6
@@ -128,7 +128,7 @@ public class MulticastSendingMessageHandler extends UnicastSendingMessageHandler
|
||||
}
|
||||
this.setSocket(socket);
|
||||
}
|
||||
return this.getSocket();
|
||||
return this.getTheSocket();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user