aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-09 20:35:53 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-09 20:35:53 +0100
commit4da597631f21d3d3eee70e7bcbca8a650c98be77 (patch)
tree30ad846057ebe29299b48abd9315390889ebcb47 /src
parent851d60484ea9f3d61d133fbd0eecea7eff015b3c (diff)
downloadstrongswan-4da597631f21d3d3eee70e7bcbca8a650c98be77.tar.bz2
strongswan-4da597631f21d3d3eee70e7bcbca8a650c98be77.tar.xz
fixed memory leak in EAP-TTLS piggy-back mode
Diffstat (limited to 'src')
-rw-r--r--src/libcharon/plugins/eap_ttls/eap_ttls_peer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
index 10d08ca2a..29b0a9303 100644
--- a/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
+++ b/src/libcharon/plugins/eap_ttls/eap_ttls_peer.c
@@ -196,6 +196,7 @@ METHOD(tls_application_t, process, status_t,
in->destroy(in);
return NEED_MORE;
}
+ this->start_phase2 = FALSE;
}
type = this->method->get_type(this->method, &vendor);