Conformance: We shouldn't give an event URL if there are no evented variables.

This commit is contained in:
Justin Maggard 2013-10-22 19:10:16 -07:00
parent 0700cf9774
commit a9c299888d

View File

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