Handle rc_send_server in libfreeradius (#2246)
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Spellcheck / codespell (push) Has been cancelled
Tests / Running unit and integrationt tests (push) Has been cancelled
Tests / Running rpm build test on almalinux:9 (push) Has been cancelled
Tests / Running rpm build test on fedora:latest (push) Has been cancelled
Tests / Running rpm build test on rockylinux:8 (push) Has been cancelled
Tests Debian:Testing and Fedora:Rawhide / Running unit and integrationt tests (push) Has been cancelled
Tests Debian:Testing and Fedora:Rawhide / Running rpm build test on fedora:rawhide (push) Has been cancelled

This commit is contained in:
Lorenz Kästle 2026-03-27 01:25:18 +01:00 committed by GitHub
parent 13e14a6bfd
commit a71ce15308
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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