This commit is contained in:
Thomas Bernard 2013-07-30 08:50:16 +02:00
parent 375812a5fc
commit 98fcc3c757
1 changed files with 2 additions and 4 deletions

View File

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