]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused variables
authorAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jul 2024 14:11:56 +0000 (10:11 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 6 Jul 2024 14:11:56 +0000 (10:11 -0400)
src/modules/rlm_eap/types/rlm_eap_ttls/rlm_eap_ttls.c

index 9ce78430c523dd2b0fd63f2c15d97415ad3c07f0..6fd3abf7d46669efddba2f2ef22411144e92e2ec 100644 (file)
@@ -155,12 +155,10 @@ static ttls_tunnel_t *ttls_alloc(TALLOC_CTX *ctx, rlm_eap_ttls_t *inst)
  */
 static int mod_session_init(void *type_arg, eap_handler_t *handler)
 {
-       int             status;
        tls_session_t   *ssn;
        rlm_eap_ttls_t  *inst;
        VALUE_PAIR      *vp;
        bool            client_cert;
-       REQUEST         *request = handler->request;
 
        inst = type_arg;