From: Arran Cudbard-Bell Date: Fri, 14 Dec 2012 18:36:05 +0000 (+0000) Subject: Fix typo X-Git-Tag: release_3_0_0_beta1~1363 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e573f35418a58c679bf243eb74995f006768f1f2;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/modules/rlm_rest/rlm_rest.c b/src/modules/rlm_rest/rlm_rest.c index 44bf7caf23b..4765f2fc51d 100644 --- a/src/modules/rlm_rest/rlm_rest.c +++ b/src/modules/rlm_rest/rlm_rest.c @@ -183,7 +183,7 @@ static int parse_sub_section(CONF_SECTION *parent, radlog(L_ERR, "rlm_rest (%s): Unsupported HTTP auth type \"%s\"" ", check libcurl version, OpenSSL build configuration," " then recompile this module", - instance->xlat_name, config->body_str); + instance->xlat_name, config->auth_str); return -1; }