From: Arran Cudbard-Bell Date: Fri, 6 May 2016 22:45:42 +0000 (-0400) Subject: String "yes" not true X-Git-Tag: release_3_0_12~137 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=43036fce8b0947c3ae058ca9338318bbaa730cb4;p=freeradius.git String "yes" not true --- diff --git a/src/modules/rlm_python/rlm_python.c b/src/modules/rlm_python/rlm_python.c index 25ad1aa..6134b48 100644 --- a/src/modules/rlm_python/rlm_python.c +++ b/src/modules/rlm_python/rlm_python.c @@ -121,7 +121,7 @@ static CONF_PARSER module_config[] = { #undef A { "python_path", FR_CONF_OFFSET(PW_TYPE_STRING, rlm_python_t, python_path) }, - { "cext_compat", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, rlm_python_t, cext_compat), true }, + { "cext_compat", FR_CONF_OFFSET(PW_TYPE_BOOLEAN, rlm_python_t, cext_compat), "yes" }, CONF_PARSER_TERMINATOR };