Fix the default skip-compress list.
authorWayne Davison <wayned@samba.org>
Wed, 8 Apr 2020 01:08:05 +0000 (18:08 -0700)
committerWayne Davison <wayned@samba.org>
Wed, 8 Apr 2020 01:15:09 +0000 (18:15 -0700)
commit2598ca668b739c50f4206c06dc1c8d3a561b0866
treeeeb87cdd77af775d8a473a67344366a10a2262fc
parentcd7ad50bc85e7696724da59f2689ef2050e41189
Fix the default skip-compress list.

The default value of the skip-compress list actually comes from the
daemon's default lp_dont_compress() value, but a while back the vars
stopped getting default values in a non-daemon run. I added a call to
reset_daemon_vars() so that the "Vars" values get set from "Defaults".
loadparm.c
main.c