From c8ec092693efffb0ba7c06a5e4eb3a1c9d0e9784 Mon Sep 17 00:00:00 2001 From: Markus Stenberg Date: Tue, 13 May 2014 13:35:48 +0300 Subject: [PATCH] Added pcp_ prefix to allow_thirdparty option (options parsing reserved allow for it's own use). --- miniupnpd/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniupnpd/options.c b/miniupnpd/options.c index de3b5cb..be998c5 100644 --- a/miniupnpd/options.c +++ b/miniupnpd/options.c @@ -65,7 +65,7 @@ static const struct { #ifdef ENABLE_PCP { UPNPPCPMINLIFETIME, "min_lifetime"}, { UPNPPCPMAXLIFETIME, "max_lifetime"}, - { UPNPPCPALLOWTHIRDPARTY, "allow_thirdparty"}, + { UPNPPCPALLOWTHIRDPARTY, "pcp_allow_thirdparty"}, #endif { UPNPENABLE, "enable_upnp"}, #ifdef USE_PF