From: Alan T. DeKok Date: Mon, 24 Jan 2022 23:45:54 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39da563a9baa43b3961aae254dad7d777e1ddd64;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/modules/rlm_csv/rlm_csv.c b/src/modules/rlm_csv/rlm_csv.c index c0b68399bfd..fbda4a043c5 100644 --- a/src/modules/rlm_csv/rlm_csv.c +++ b/src/modules/rlm_csv/rlm_csv.c @@ -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; } }