Merge pull request #1680 from rtau/bugfix-ocserv_compr
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 12 Mar 2018 19:19:08 +0000 (21:19 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Mar 2018 19:19:08 +0000 (21:19 +0200)
luci-app-ocserv: match default value of compression

applications/luci-app-ocserv/luasrc/model/cbi/ocserv/main.lua

index 74edaf4..396dedd 100644 (file)
@@ -86,7 +86,7 @@ pip.default = "1"
 
 local compr = s:taboption("general", Flag, "compression", translate("Enable compression"),
        translate("Enable compression"))
-compr.default = "1"
+compr.default = "0"
 
 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"))