Added pcp_ prefix to allow_thirdparty option (options parsing reserved allow for it's own use).
This commit is contained in:
parent
6b3ff0242d
commit
c8ec092693
|
@ -65,7 +65,7 @@ static const struct {
|
||||||
#ifdef ENABLE_PCP
|
#ifdef ENABLE_PCP
|
||||||
{ UPNPPCPMINLIFETIME, "min_lifetime"},
|
{ UPNPPCPMINLIFETIME, "min_lifetime"},
|
||||||
{ UPNPPCPMAXLIFETIME, "max_lifetime"},
|
{ UPNPPCPMAXLIFETIME, "max_lifetime"},
|
||||||
{ UPNPPCPALLOWTHIRDPARTY, "allow_thirdparty"},
|
{ UPNPPCPALLOWTHIRDPARTY, "pcp_allow_thirdparty"},
|
||||||
#endif
|
#endif
|
||||||
{ UPNPENABLE, "enable_upnp"},
|
{ UPNPENABLE, "enable_upnp"},
|
||||||
#ifdef USE_PF
|
#ifdef USE_PF
|
||||||
|
|
Loading…
Reference in New Issue