Merge pull request #1680 from rtau/bugfix-ocserv_compr

luci-app-ocserv: match default value of compression
This commit is contained in:
Hannu Nyman 2018-03-12 21:19:08 +02:00 committed by GitHub
commit de88c2ee69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ pip.default = "1"
local compr = s:taboption("general", Flag, "compression", translate("Enable compression"), local compr = s:taboption("general", Flag, "compression", translate("Enable compression"),
translate("Enable compression")) translate("Enable compression"))
compr.default = "1" compr.default = "0"
local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"), local udp = s:taboption("general", Flag, "udp", translate("Enable UDP"),
translate("Enable UDP channel support; this must be enabled unless you know what you are doing")) translate("Enable UDP channel support; this must be enabled unless you know what you are doing"))