patch.txt

Patch file - Ingo Kubbilun, 03.03.2010 12:10

Download (403 Bytes)

 
1
--- strongswan-4.3.6/src/charon/sa/authenticators/eap_authenticator.c	2010-01-09 21:43:32.000000000 +0100
2
+++ strongswan-4.3.6-modified/src/charon/sa/authenticators/eap_authenticator.c	2010-03-03 12:00:22.000000000 +0100
3
@@ -251,7 +251,7 @@
4
 		case NEED_MORE:
5
 			return out;
6
 		case SUCCESS:
7
-			if (type == EAP_IDENTITY)
8
+			if ((!vendor) && (type == EAP_IDENTITY))
9
 			{
10
 				chunk_t data;