aboutsummaryrefslogtreecommitdiffstats
path: root/net/jgroups/files/patch-src_org_jgroups_protocols_TP.java
blob: 63b0d9d1778c78b83360275c1cb6616877a33d5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/org/jgroups/protocols/TP.java.orig	2011-03-18 10:39:08.000000000 +0100
+++ src/org/jgroups/protocols/TP.java	2011-03-18 10:39:37.000000000 +0100
@@ -63,7 +63,7 @@
     protected static NumberFormat f;
 
     static {
-        can_bind_to_mcast_addr=Util.checkForLinux() || Util.checkForSolaris() || Util.checkForHp();
+        can_bind_to_mcast_addr=Util.checkForFreeBSD() || Util.checkForLinux() || Util.checkForSolaris() || Util.checkForHp();
         f=NumberFormat.getNumberInstance();
         f.setGroupingUsed(false);
         f.setMaximumFractionDigits(2);