]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove duplicate check
authorNick Porter <nick@portercomputing.co.uk>
Fri, 8 Aug 2025 07:58:58 +0000 (08:58 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 8 Aug 2025 07:58:58 +0000 (08:58 +0100)
src/modules/rlm_radius/rlm_radius.c

index b9b91ece14dae682f95e49821d7fc09d7b40b42e..4f0039bdb94038c9b67a8e28ca74baceb4a0531a 100644 (file)
@@ -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.
                 */