From ca8479dc01211d3f932ba2529f4c0ff05011d81f Mon Sep 17 00:00:00 2001 From: Nick Porter Date: Fri, 8 Aug 2025 08:58:58 +0100 Subject: [PATCH] Remove duplicate check --- src/modules/rlm_radius/rlm_radius.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/modules/rlm_radius/rlm_radius.c b/src/modules/rlm_radius/rlm_radius.c index b9b91ece14..4f0039bdb9 100644 --- a/src/modules/rlm_radius/rlm_radius.c +++ b/src/modules/rlm_radius/rlm_radius.c @@ -776,14 +776,6 @@ check_others: return -1; } - /* - * We can only have one method of allocating source ports. - */ - if (inst->fd_config.src_port) { - cf_log_err(conf, "Cannot set 'src_port' and 'src_port_start' or 'src_port_end'"); - return -1; - } - /* * Cross-check src_port, src_port_start, and src_port_end. */ -- 2.47.2