default true

This commit is contained in:
zzz
2022-12-01 10:47:01 -05:00
parent 1b6ece965c
commit 2c460e095d
@@ -225,7 +225,7 @@ public class PeerHelper extends HelperBase {
for (int idx = 0; idx < 8; idx += 4) {
if (style.equals("NTCP") && idx == 0)
continue;
if (style.equals("SSU") && idx == 0 && !_context.getBooleanProperty(TransportManager.PROP_ENABLE_SSU1))
if (style.equals("SSU") && idx == 0 && !_context.getBooleanPropertyDefaultTrue(TransportManager.PROP_ENABLE_SSU1))
continue;
buf.append("<tr><td align=\"center\"><b>")
.append(style)