]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
WS
authorNick Porter <nick@portercomputing.co.uk>
Thu, 18 Jul 2024 17:22:33 +0000 (18:22 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 18 Jul 2024 17:22:33 +0000 (18:22 +0100)
src/main/realms.c

index eca8f690fe0e3d60a8de4b6828e18c60433c0d64..cf10ccbe1d5ee12209f8026bbe04f88323c699cb 100644 (file)
@@ -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
                         */