]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Invalid comment
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Jan 2024 15:09:06 +0000 (09:09 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 20 Jan 2024 15:09:06 +0000 (09:09 -0600)
src/modules/rlm_rest/rlm_rest.c

index 9b7884299f2b0432804cfe6be8d34e3c4100b586..1b2640b19b79a651358cfdf642b44f1e9be337c3 100644 (file)
@@ -343,10 +343,6 @@ static void *uri_part_escape_uctx_alloc(UNUSED request_t *request, void const *u
 {
        static _Thread_local fr_uri_escape_ctx_t        *t_ctx;
 
-       /*
-        *      libcurl doesn't actually use the handle, but we pass one
-        *      in anyway, just in case it does in the future.
-        */
        if (unlikely(t_ctx == NULL)) {
                fr_uri_escape_ctx_t *ctx;