From 62271228f188bc2fad79bc385057bff6e092015f Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 4 Aug 2025 08:27:57 -0400 Subject: [PATCH] fix error message --- src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c b/src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c index 33384a3793..cda22f99fe 100644 --- a/src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c +++ b/src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c @@ -459,7 +459,7 @@ redo: state->token_len = p - state->token; if (state->token_len == 0) { - fr_strerror_const("FUCK"); + fr_strerror_const("Failed to find token"); return -1; } -- 2.47.2