diff options
Diffstat (limited to 'plugins/check_radius.c')
| -rw-r--r-- | plugins/check_radius.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); | |||
| 62 | # define my_rc_conf_str(a) rc_conf_str(rch, a) | 62 | # define my_rc_conf_str(a) rc_conf_str(rch, a) |
| 63 | # if defined(HAVE_LIBRADCLI) | 63 | # if defined(HAVE_LIBRADCLI) |
| 64 | # define my_rc_send_server(a, b) rc_send_server(rch, a, b, AUTH) | 64 | # define my_rc_send_server(a, b) rc_send_server(rch, a, b, AUTH) |
| 65 | # elif defined(HAVE_LIBFREERADIUS_CLIENT) | ||
| 66 | # define my_rc_send_server(a, b) rc_send_server(rch, a, b, 0) | ||
| 65 | # else | 67 | # else |
| 66 | # define my_rc_send_server(a, b) rc_send_server(rch, a, b) | 68 | # define my_rc_send_server(a, b) rc_send_server(rch, a, b) |
| 67 | # endif | 69 | # endif |
