mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-23 03:08:13 +00:00
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),
|
{"multicastif", T_STRING, offsetof(UPnPObject, multicastif),
|
||||||
0, "IP of the network interface to be used for multicast operations"
|
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"
|
0, "path of the MiniSSDPd unix socket"
|
||||||
},
|
},
|
||||||
{NULL}
|
{NULL}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user