mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-11 14:44:16 +00:00
fix 58827720da05
This commit is contained in:
parent
375812a5fc
commit
98fcc3c757
@ -1260,8 +1260,7 @@ char *
|
|||||||
getVars6FC(int * l)
|
getVars6FC(int * l)
|
||||||
{
|
{
|
||||||
return genEventVars(l,
|
return genEventVars(l,
|
||||||
&scpd6FC,
|
&scpd6FC);
|
||||||
"urn:schemas-upnp-org:service:WANIPv6FirewallControl:1");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -1270,8 +1269,7 @@ char *
|
|||||||
getVarsDP(int * l)
|
getVarsDP(int * l)
|
||||||
{
|
{
|
||||||
return genEventVars(l,
|
return genEventVars(l,
|
||||||
&scpdDP,
|
&scpdDP);
|
||||||
"urn:schemas-upnp-org:service:DeviceProtection:1");
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user