diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-15 22:36:59 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-15 22:36:59 (GMT) |
commit | 14929f268724385bb92033b4666612c3d7946d4e (patch) | |
tree | f5ef39c6198c3e48f985cbd25bc7c8616cc52bd6 /plugins | |
parent | 2c898cf23f10962fe63ba15904c57fd63962e346 (diff) | |
download | monitoring-plugins-14929f268724385bb92033b4666612c3d7946d4e.tar.gz |
check_radius: Remove unused variable
The radcli library doesn't define the ENV type, and we don't use it
anyway.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_radius.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 43dffad..0182f2d 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c | |||
@@ -92,7 +92,6 @@ char *config_file = NULL; | |||
92 | unsigned short port = PW_AUTH_UDP_PORT; | 92 | unsigned short port = PW_AUTH_UDP_PORT; |
93 | int retries = 1; | 93 | int retries = 1; |
94 | int verbose = FALSE; | 94 | int verbose = FALSE; |
95 | ENV *env = NULL; | ||
96 | 95 | ||
97 | /****************************************************************************** | 96 | /****************************************************************************** |
98 | 97 | ||