]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix error message
authorAlan T. DeKok <aland@freeradius.org>
Mon, 4 Aug 2025 12:27:57 +0000 (08:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 4 Aug 2025 12:27:57 +0000 (08:27 -0400)
src/modules/rlm_isc_dhcp/rlm_isc_dhcp.c

index 33384a3793d63c7c8014d617fb5e68b4e9fa45db..cda22f99fec4dd30490ffcba89841cd37a50b92d 100644 (file)
@@ -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;
        }