]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
WS
authorNick Porter <nick@portercomputing.co.uk>
Mon, 13 Jan 2025 11:26:05 +0000 (11:26 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 13 Jan 2025 11:26:05 +0000 (11:26 +0000)
src/main/client.c

index 6e1a684da6a8ac5d6ef9e3fe65c2768e37e9507d..b7a8a4573af724d3bf73dd652e75d935b6a6ce3c 100644 (file)
@@ -576,7 +576,7 @@ RADCLIENT_LIST *client_list_parse_section(CONF_SECTION *section, UNUSED bool tls
                 *      But the list isn't _our_ list that we parsed,
                 *      so we still need to parse the clients here.
                 */
-               if (clients->parsed) return clients;            
+               if (clients->parsed) return clients;
        } else {
                clients = client_list_init(section);
                if (!clients) return NULL;