From: Wayne Davison Date: Mon, 19 Jan 2009 06:40:58 +0000 (-0800) Subject: Added a "Defaults" structure with both globals and locals in it. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/243e9a366db34f488325e94af1939eeac19f56da?hp=243e9a366db34f488325e94af1939eeac19f56da 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. ---