Wrong field mapped for minissdpdsocket
This commit is contained in:
parent
5ec6fa2953
commit
82969aec1d
|
@ -58,7 +58,7 @@ static PyMemberDef UPnP_members[] = {
|
|||
{"multicastif", T_STRING, offsetof(UPnPObject, multicastif),
|
||||
0, "IP of the network interface to be used for multicast operations"
|
||||
},
|
||||
{"minissdpdsocket", T_STRING, offsetof(UPnPObject, multicastif),
|
||||
{"minissdpdsocket", T_STRING, offsetof(UPnPObject, minissdpdsocket),
|
||||
0, "path of the MiniSSDPd unix socket"
|
||||
},
|
||||
{NULL}
|
||||
|
|
Loading…
Reference in New Issue