]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Thu, 19 Jan 2023 23:06:03 +0000 (18:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 19 Jan 2023 23:06:03 +0000 (18:06 -0500)
src/bin/fuzzer.c

index 6312341a8bcf476d955d04de7a63d1c6a95681c1..838c0a66170da069d614087a4f91a1f5d3ed24d2 100644 (file)
@@ -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);
        }