From 98fcc3c757de25384175f9a09664f39172a4ca2c Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 30 Jul 2013 08:50:16 +0200 Subject: [PATCH] fix 58827720da05 --- miniupnpd/upnpdescgen.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/miniupnpd/upnpdescgen.c b/miniupnpd/upnpdescgen.c index a7fe907..24e408f 100644 --- a/miniupnpd/upnpdescgen.c +++ b/miniupnpd/upnpdescgen.c @@ -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