diff options
Diffstat (limited to 'interface-definitions/service_upnp.xml.in')
-rw-r--r-- | interface-definitions/service_upnp.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service_upnp.xml.in b/interface-definitions/service_upnp.xml.in index 7cfe1f02e..a129b7260 100644 --- a/interface-definitions/service_upnp.xml.in +++ b/interface-definitions/service_upnp.xml.in @@ -211,7 +211,7 @@ <list>allow deny</list> </completionHelp> <constraint> - <regex>^(allow|deny)$</regex> + <regex>(allow|deny)</regex> </constraint> </properties> </leafNode> |