]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 44bf7caf23b8c49bdb3ea862c5b6cc3f64809e53..4765f2fc51d18e5a1677cda3eb4b3110a7d90361 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;
        }