Temporary fix for router's IP as client for WAN trace and paths for new tests for...
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / Conversation.java
index a998c171a659f3bef5daa82120effd493284cbab..490dc4f53264ee40f9b3e7c3d995d9482902cbd0 100644 (file)
@@ -484,7 +484,7 @@ public class Conversation {
          * 08/31/18: Added unconvetional TLS ports used by WeMo plugs and LiFX bulb.
          * 09/20/18: Moved hardcoded ports to other class to allow other classes to query the set of TLS ports.
          */
-        return TcpConversationUtils.isTlsPort(mServerPort) || TcpConversationUtils.isTlsPort(mClientPort);
+        return TcpConversationUtils.isTlsPort(mServerPort);
     }
 
     /**