[for-15.05] luci-app-polipo: remove Parent proxy address field check 667/head
authorChristian Schoenebeck <christian.schoenebeck@gmail.com>
Mon, 7 Mar 2016 20:20:47 +0000 (21:20 +0100)
committerChristian Schoenebeck <christian.schoenebeck@gmail.com>
Mon, 7 Mar 2016 20:20:47 +0000 (21:20 +0100)
remove Parent proxy address field check https://dev.openwrt.org/ticket/15680

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
applications/luci-app-polipo/luasrc/model/cbi/polipo.lua

index 967a47aa7b653fdae7ef96885d482c564562d7d1..a0fae3cdd04ed71ce2deb9ab8fe15a96c74e4ca9 100644 (file)
@@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
                "will forward the requests."))
 
 o.optional = true
-o.datatype = "ipaddr"
+--o.datatype = "ipaddr"
 
 
 o = s:taboption("proxy", Value, "parentAuthCredentials",