diff --git a/src/zutil/net/ssdp/SSDPClient.java b/src/zutil/net/ssdp/SSDPClient.java index 4b356dd..a2517e4 100755 --- a/src/zutil/net/ssdp/SSDPClient.java +++ b/src/zutil/net/ssdp/SSDPClient.java @@ -61,7 +61,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork * @throws IOException */ public SSDPClient() throws IOException{ - super( null, SSDPServer.SSDP_MULTICAST_ADDR, SSDPServer.SSDP_PORT ); + super(null); super.setThread(this); services_st = new HashMap<>();