]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 24 Jan 2022 23:45:54 +0000 (18:45 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 24 Jan 2022 23:45:54 +0000 (18:45 -0500)
src/modules/rlm_csv/rlm_csv.c

index c0b68399bfdb48773850b46247447e79706b23a3..fbda4a043c59a2aa19468fdb5f3d4266367a4e36 100644 (file)
@@ -1031,7 +1031,7 @@ static unlang_action_t CC_HINT(nonnull) mod_process(rlm_rcode_t *p_result, modul
                if (slen < 0) {
                        talloc_free(key);
                        DEBUG("Failed casting %pV to data type '%s'",
-                             &key, tmpl_type_to_str(inst->key_data_type));
+                             &key, fr_type_to_str(inst->key_data_type));
                        RETURN_MODULE_FAIL;
                }
        }