send tunneled EAP Identity response using eap-identity plugin

This commit is contained in:
Andreas Steffen
2010-08-13 22:45:22 +02:00
parent 486893ee52
commit 6659c61335
3 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -456,5 +456,5 @@ eap_ttls_t *eap_ttls_create_peer(identification_t *server,
identification_t *peer)
{
return eap_ttls_create(server, peer, FALSE,
&eap_ttls_peer_create(peer)->application);
&eap_ttls_peer_create(server, peer)->application);
}