From: Alan T. DeKok Date: Thu, 19 Jan 2023 23:06:03 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2d88d85713af83328ab8c7172a01f855eaa5dba;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/bin/fuzzer.c b/src/bin/fuzzer.c index 6312341a8bc..838c0a66170 100644 --- a/src/bin/fuzzer.c +++ b/src/bin/fuzzer.c @@ -168,7 +168,7 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) /* * Set the global search path for all dynamic libraries we load. */ - if (dl_search_global_path_set(libdir) < 0) { + if (dl_search_global_path_set(lib_dir) < 0) { fr_perror("fuzzer: Failed setting library path); fr_exit_now(EXIT_FAILURE); }