From: Nick Porter Date: Thu, 18 Jul 2024 17:22:33 +0000 (+0100) Subject: WS X-Git-Tag: release_3_2_6~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acecac357dad69119d16364447be6771c1ea398;p=thirdparty%2Ffreeradius-server.git WS --- diff --git a/src/main/realms.c b/src/main/realms.c index eca8f690fe0..cf10ccbe1d5 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -2566,7 +2566,7 @@ int realms_init(CONF_SECTION *config) dir = opendir(rc->directory); if (!dir) { cf_log_err_cs(config, "Error reading directory %s: %s", - rc->directory, fr_syserror(errno)); + rc->directory, fr_syserror(errno)); goto error; } @@ -2583,7 +2583,7 @@ int realms_init(CONF_SECTION *config) * Skip the TLS configuration. */ if (strcmp(dp->d_name, "tls.conf") == 0) continue; - + /* * Check for valid characters */