Explorar o código

check_radius: Remove unused variable

The radcli library doesn't define the ENV type, and we don't use it
anyway.
Holger Weiss %!s(int64=9) %!d(string=hai) anos
pai
achega
14929f2687
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      plugins/check_radius.c

+ 0 - 1
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;
 
 /******************************************************************************