From: Alan T. DeKok Date: Mon, 4 Aug 2025 12:27:57 +0000 (-0400) Subject: fix error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62271228f188bc2fad79bc385057bff6e092015f;p=thirdparty%2Ffreeradius-server.git fix error message --- 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; }