From: Wouter Wijngaards Date: Tue, 8 Dec 2015 08:15:55 +0000 (+0000) Subject: - Fixup 724 for unbound-control. X-Git-Tag: release-1.5.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b26f1c37a32d05e4c8a77030e4b065434f6b5ff;p=thirdparty%2Funbound.git - Fixup 724 for unbound-control. git-svn-id: file:///svn/unbound/trunk@3576 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index f7826ba8d..cf2d8a37d 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +8 December 2015: Ralph + - Fixup 724 for unbound-control. + 7 December 2015: Ralph - Do not minimise forwarded requests. diff --git a/smallapp/unbound-control.c b/smallapp/unbound-control.c index 8cd676ed8..fac73b099 100644 --- a/smallapp/unbound-control.c +++ b/smallapp/unbound-control.c @@ -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 */