Wrong field mapped for minissdpdsocket

This commit is contained in:
Nevo Hed 2015-05-05 13:16:10 -04:00
parent 5ec6fa2953
commit 82969aec1d
1 changed files with 1 additions and 1 deletions

View File

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