mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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
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:
parent
13e14a6bfd
commit
a71ce15308
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue