- Fixup 724 for unbound-control.

git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@3576 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
wouter 2015-12-08 08:15:55 +00:00
parent bc65e486f3
commit 11d11feed4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
8 December 2015: Ralph
- Fixup 724 for unbound-control.
7 December 2015: Ralph
- Do not minimise forwarded requests.

View 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 */