From a9c299888d4aa75253b31bf2c41342e6ab3017cb Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Tue, 22 Oct 2013 19:10:16 -0700 Subject: [PATCH] Conformance: We shouldn't give an event URL if there are no evented variables. --- upnpdescgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnpdescgen.c b/upnpdescgen.c index beb91a6..9123fb0 100644 --- a/upnpdescgen.c +++ b/upnpdescgen.c @@ -191,7 +191,7 @@ static const struct XMLElt rootDesc[] = {"/serviceType", "urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1"}, {"/serviceId", "urn:microsoft.com:serviceId:X_MS_MediaReceiverRegistrar"}, {"/controlURL", X_MS_MEDIARECEIVERREGISTRAR_CONTROLURL}, - {"/eventSubURL", X_MS_MEDIARECEIVERREGISTRAR_EVENTURL}, + {"/eventSubURL", ""}, {"/SCPDURL", X_MS_MEDIARECEIVERREGISTRAR_PATH}, {0, 0} };