Added a "Defaults" structure with both globals and locals in it.
authorWayne Davison <wayned@samba.org>
Mon, 19 Jan 2009 06:40:58 +0000 (22:40 -0800)
committerWayne Davison <wayned@samba.org>
Mon, 19 Jan 2009 06:42:41 +0000 (22:42 -0800)
commit243e9a366db34f488325e94af1939eeac19f56da
tree15360741201bbce2c39ce2964c0264c415b5e8dd
parentb53c202e450445070368c32b9d97ae8b179ba66f
Added a "Defaults" structure with both globals and locals in it.
Initialize both the Globals and Locals back to their default values
when reading the config.  This fixes a bug where locals set in the
global section were not getting reset to their default value if the
config item was removed from the file.
loadparm.c