mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-21 09:55:15 -04:00
Handle rc_send_server in libfreeradius
This commit is contained in:
parent
9d8503f90e
commit
b2981ce60d
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