Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-05-20 05:31:34 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-05-20 05:31:34 +0400
commitd5738105829800834f950f5226c17ce05a7a2ff9 (patch)
tree23035bb71f86f92a4917f18db37f1d2ca2bfb6f5 /upnpdescgen.c
parentc220c2236cebf7ce82818c45545bc4aa1438a477 (diff)
* More changes to pass the UPnP Device Validator.
Diffstat (limited to 'upnpdescgen.c')
-rw-r--r--upnpdescgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/upnpdescgen.c b/upnpdescgen.c
index 4893759..f4b438c 100644
--- a/upnpdescgen.c
+++ b/upnpdescgen.c
@@ -426,7 +426,9 @@ static const struct action X_MS_MediaReceiverRegistrarActions[] =
{
{"IsAuthorized", GetIsAuthorizedArgs}, /* R */
{"IsValidated", GetIsValidatedArgs}, /* R */
+#if 0 // Not needed? WMP12 still works. Need to check with 360 and WMP11.
{"RegisterDevice", GetRegisterDeviceArgs}, /* R */
+#endif
{0, 0}
};