Skip to content

Commit

Permalink
Words hard
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 19, 2024
1 parent 6b1aa7b commit 9949ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_rest/rlm_rest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ static int _rest_request_cleanup(fr_curl_io_request_t *randle, UNUSED void *uctx
/*
* With curl 7.61 when a request in cancelled we get a result
* with a NULL (invalid) pointer to private data. This lets
* us know that it was request returned to the slab.
* us know that the request was returned to the slab.
*/
ret = curl_easy_setopt(candle, CURLOPT_PRIVATE, (void *)0xdeadc341);
if (unlikely(ret != CURLE_OK)) {
Expand Down

0 comments on commit 9949ca9

Please sign in to comment.