SSDPClient bugfix
This commit is contained in:
parent
ef173f479b
commit
81c399528d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class SSDPClient extends ThreadedUDPNetwork implements ThreadedUDPNetwork
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
public SSDPClient() throws IOException{
|
public SSDPClient() throws IOException{
|
||||||
super(null);
|
super( null, SSDPServer.SSDP_MULTICAST_ADDR, SSDPServer.SSDP_PORT );
|
||||||
super.setThread(this);
|
super.setThread(this);
|
||||||
|
|
||||||
services_st = new HashMap<>();
|
services_st = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue