luci-app-polipo: fix Parent proxy address field check

fix Parent proxy address field check https://dev.openwrt.org/ticket/15680

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
Christian Schoenebeck 2016-03-07 21:06:55 +01:00
parent d26bffefb3
commit dd3d25f0dd

View file

@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
"will forward the requests."))
o.optional = true
o.datatype = "ipaddr"
o.datatype = "hostport"
o = s:taboption("proxy", Value, "parentAuthCredentials",