From: Arran Cudbard-Bell Date: Sat, 10 Dec 2022 00:13:59 +0000 (-0600) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018f798bacddd2a92bf7e458aea1d10f211583de;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/util/dl.c b/src/lib/util/dl.c index de82285d560..fb6085c89c2 100644 --- a/src/lib/util/dl.c +++ b/src/lib/util/dl.c @@ -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;