From a71ce153082565e5728424749475593dc0623492 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:25:18 +0100 Subject: Handle rc_send_server in libfreeradius (#2246) --- plugins/check_radius.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/check_radius.c') diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 93352bcc..f20af660 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -62,6 +62,8 @@ void print_usage(void); # define my_rc_conf_str(a) rc_conf_str(rch, a) # if defined(HAVE_LIBRADCLI) # define my_rc_send_server(a, b) rc_send_server(rch, a, b, AUTH) +# elif defined(HAVE_LIBFREERADIUS_CLIENT) +# define my_rc_send_server(a, b) rc_send_server(rch, a, b, 0) # else # define my_rc_send_server(a, b) rc_send_server(rch, a, b) # endif -- cgit v1.2.3-74-g34f1