]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
removed unused variables
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 11 Jul 2012 21:15:44 +0000 (23:15 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 11 Jul 2012 21:15:44 +0000 (23:15 +0200)
src/libcharon/plugins/eap_tnc/eap_tnc.c

index b5cad69408968109007155196e0c2c14c6b68b1e..c3994b15a51e4692ec4473e61d045625660441ac 100644 (file)
@@ -129,9 +129,7 @@ static eap_tnc_t *eap_tnc_create(identification_t *server,
                                                                 identification_t *peer, bool is_server)
 {
        private_eap_tnc_t *this;
-       size_t frag_size;
        int max_msg_count;
-       bool include_length;
        char* protocol;
        tnccs_type_t type;
        tnccs_t *tnccs;