]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Thu, 8 Jan 2026 09:35:52 +0000 (09:35 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 8 Jan 2026 09:36:13 +0000 (09:36 +0000)
src/protocols/radius/base.c

index b46ea8a6797083978828ddfb8a9aa28143b1da21..218a236110e0e9e57407f425d857cccb7b4607c7 100644 (file)
@@ -1065,7 +1065,7 @@ ssize_t fr_radius_encode(fr_dbuff_t *dbuff, fr_pair_list_t *vps, fr_radius_encod
                 *
                 *      But only if there's no EAP-Message in the packet.
                 */
-               if (packet_ctx->allow_vulnerable_clients && !fr_pair_find_by_da(vps, NULL, attr_eap_message));
+               if (packet_ctx->allow_vulnerable_clients && !fr_pair_find_by_da(vps, NULL, attr_eap_message)) {
                        break;
                }
                FALL_THROUGH;