remove unused variable
authorLuke Howard <lukeh@padl.com>
Sun, 30 Aug 2015 11:05:48 +0000 (21:05 +1000)
committerLuke Howard <lukeh@padl.com>
Sun, 30 Aug 2015 11:05:48 +0000 (21:05 +1000)
libeap/src/eap_peer/eap_ttls.c

index 37e6bf3..ae15645 100644 (file)
@@ -1370,7 +1370,7 @@ static int eap_ttls_add_chbind_request(struct eap_sm *sm,
                                       struct eap_ttls_data *data,
                                       struct wpabuf **resp)
 {
-       struct wpabuf *chbind_req, *res;
+       struct wpabuf *chbind_req;
        int length = 1, i;
        struct eap_peer_config *config = eap_get_config(sm);