mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
check_radius: Remove unused variable
The radcli library doesn't define the ENV type, and we don't use it anyway.
This commit is contained in:
parent
2c898cf23f
commit
14929f2687
1 changed files with 0 additions and 1 deletions
|
|
@ -92,7 +92,6 @@ char *config_file = NULL;
|
|||
unsigned short port = PW_AUTH_UDP_PORT;
|
||||
int retries = 1;
|
||||
int verbose = FALSE;
|
||||
ENV *env = NULL;
|
||||
|
||||
/******************************************************************************
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue