SSDPClient bugfix

This commit is contained in:
Ziver Koc 2015-10-29 20:39:24 +01:00
parent ef173f479b
commit 81c399528d

View file

@ -61,7 +61,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork
* @throws IOException
*/
public SSDPClient() throws IOException{
super(null);
super( null, SSDPServer.SSDP_MULTICAST_ADDR, SSDPServer.SSDP_PORT );
super.setThread(this);
services_st = new HashMap<>();