Added pcp_ prefix to allow_thirdparty option (options parsing reserved allow for it's own use).

This commit is contained in:
Markus Stenberg 2014-05-13 13:35:48 +03:00 committed by Thomas Bernard
parent 6b3ff0242d
commit c8ec092693
1 changed files with 1 additions and 1 deletions

View File

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