diff options
| author | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
|---|---|---|
| committer | Andreas Baumann <mail@andreasbaumann.cc> | 2026-03-27 11:14:20 +0100 |
| commit | 1113bbcd92d85b85579aa7feef511241e58fb0f5 (patch) | |
| tree | d69b7bcfe2f7e80fda9a1f4ddd38209d6cb7aaf0 /plugins/check_radius.c | |
| parent | 99283972fe3a74d3a1dea12c4099f76286130a67 (diff) | |
| parent | a71ce153082565e5728424749475593dc0623492 (diff) | |
| download | monitoring-plugins-1113bbcd92d85b85579aa7feef511241e58fb0f5.tar.gz | |
merged with mastercheck_snmp_fixes
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 6e062ff8..03153926 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 |
