From da8e16a38bc77b910be031a0a29605391ee95408 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 8 Nov 2014 15:23:55 -0500 Subject: [PATCH] TW-1437 - TW-1437 taskd.trust has a bad default value. --- ChangeLog | 1 + src/Config.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74e752c18..3034ef399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -172,6 +172,7 @@ Testing). - TW-1428 Add support for color.uda.. rules. - TW-1436 Parser hangs when multiple slashes are used. +- TW-1437 taskd.trust has a bad default value. - TW-1441 task import continues happily if filename doesn't exist. - Removed deprecated 'echo.command' setting, in favor of the 'header' and 'affected' verbosity tokens. diff --git a/src/Config.cpp b/src/Config.cpp index c35ecf6db..c03f9a5df 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -297,7 +297,7 @@ std::string Config::_defaults = "#taskd.certificate \n" "#taskd.credentials //\n" "#taskd.server :\n" - "#taskd.trust=strict\n" + "taskd.trust=strict\n" "#taskd.trust=ignore hostname\n" "#taskd.trust=allow all\n" "taskd.ciphers=NORMAL\n"