Wrong field mapped for minissdpdsocket

This commit is contained in:
Nevo Hed 2015-05-05 13:16:10 -04:00
parent 5ec6fa2953
commit 82969aec1d

View File

@ -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}