]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fixup 724 for unbound-control.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Dec 2015 08:15:55 +0000 (08:15 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Dec 2015 08:15:55 +0000 (08:15 +0000)
git-svn-id: file:///svn/unbound/trunk@3576 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
smallapp/unbound-control.c

index f7826ba8d160c9a5bf7c1a3710bb8b5ea1dc0c42..cf2d8a37d839eaaf3796cb5086f7a9df734a997b 100644 (file)
@@ -1,3 +1,6 @@
+8 December 2015: Ralph
+       - Fixup 724 for unbound-control.
+
 7 December 2015: Ralph
        - Do not minimise forwarded requests.
 
index 8cd676ed8771c4ede02bf7f30c86a16ecf05bd4a..fac73b099796edde8e58863b3a2d5b759706f3a1 100644 (file)
@@ -363,6 +363,9 @@ go(const char* cfgfile, char* svr, int quiet, int argc, char* argv[])
                fatal_exit("could not read config file");
        if(!cfg->remote_control_enable)
                log_warn("control-enable is 'no' in the config file.");
+#ifdef UB_ON_WINDOWS
+       w_config_adjust_directory(cfg);
+#endif
        ctx = setup_ctx(cfg);
 
        /* contact server */