diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-15 23:36:59 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-15 23:36:59 +0100 |
commit | 14929f268724385bb92033b4666612c3d7946d4e (patch) | |
tree | f5ef39c6198c3e48f985cbd25bc7c8616cc52bd6 /plugins/check_radius.c | |
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/check_radius.c')
-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 43dffad2..0182f2d2 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -92,7 +92,6 @@ char *config_file = NULL; unsigned short port = PW_AUTH_UDP_PORT; int retries = 1; int verbose = FALSE; -ENV *env = NULL; /****************************************************************************** |