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)
|
||||
{
|
||||
return genEventVars(l,
|
||||
&scpd6FC,
|
||||
"urn:schemas-upnp-org:service:WANIPv6FirewallControl:1");
|
||||
&scpd6FC);
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -1270,8 +1269,7 @@ char *
|
||||
getVarsDP(int * l)
|
||||
{
|
||||
return genEventVars(l,
|
||||
&scpdDP,
|
||||
"urn:schemas-upnp-org:service:DeviceProtection:1");
|
||||
&scpdDP);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user