]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 10 Dec 2022 00:13:59 +0000 (18:13 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 10 Dec 2022 00:13:59 +0000 (18:13 -0600)
src/lib/util/dl.c

index de82285d56068a331e426216e5d28ea3df37e75c..fb6085c89c21c89239d15a157152a55bee8bb520 100644 (file)
@@ -567,11 +567,11 @@ dl_t *dl_by_name(dl_loader_t *dl_loader, char const *name, void *uctx, bool uctx
                         *      and instead complain about access permissions.
                         */
                        dlerror_txt = dlerror();
-                       
+
                        /*
                         *      Yes, this really is the only way of getting the errno
                         *      from the dlopen API.
-                        *
+                        */
                        if (!strstr(dlerror_txt, fr_syserror(ENOENT))) {
 #ifndef __linux__
                                int access_mode = R_OK | X_OK;