Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 14 Dec 2012 18:36:05 +0000 (18:36 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 14 Dec 2012 18:36:05 +0000 (18:36 +0000)
src/modules/rlm_rest/rlm_rest.c

index 44bf7ca..4765f2f 100644 (file)
@@ -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;
        }