From 58b130116ba7f1a3669cd822811822b4967c5ac7 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 19 Dec 2015 11:52:38 +0100 Subject: [PATCH] revert to UPnP/1.1 (UDA v1.1) as default. see https://github.com/miniupnp/miniupnp/issues/167 fixes #167 --- miniupnpd/genconfig.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/miniupnpd/genconfig.sh b/miniupnpd/genconfig.sh index 6555f5a..1909a7a 100755 --- a/miniupnpd/genconfig.sh +++ b/miniupnpd/genconfig.sh @@ -6,9 +6,10 @@ # This software is subject to the conditions detailed in the # LICENCE file provided within the distribution -# default to UPnP Device Architecture (UDA) v2.0 -UPNP_VERSION_MAJOR=2 -UPNP_VERSION_MINOR=0 +# default to UPnP Device Architecture (UDA) v1.1 +# some control points do not like UDA v2.0 +UPNP_VERSION_MAJOR=1 +UPNP_VERSION_MINOR=1 for argv; do case "$argv" in