miniupnpcmodule.c: fix typo
This commit is contained in:
parent
54d25615e8
commit
0e9d26f163
|
@ -58,7 +58,7 @@ static PyMemberDef UPnP_members[] = {
|
||||||
{"lanaddr", T_STRING_INPLACE, offsetof(UPnPObject, lanaddr),
|
{"lanaddr", T_STRING_INPLACE, offsetof(UPnPObject, lanaddr),
|
||||||
READONLY, "ip address on the LAN"
|
READONLY, "ip address on the LAN"
|
||||||
},
|
},
|
||||||
{"wanaddr", T_STRING_INPLACE, offsetof(UPnPObject, lanaddr),
|
{"wanaddr", T_STRING_INPLACE, offsetof(UPnPObject, wanaddr),
|
||||||
READONLY, "public ip address on the WAN"
|
READONLY, "public ip address on the WAN"
|
||||||
},
|
},
|
||||||
{"discoverdelay", T_UINT, offsetof(UPnPObject, discoverdelay),
|
{"discoverdelay", T_UINT, offsetof(UPnPObject, discoverdelay),
|
||||||
|
|
Loading…
Reference in New Issue