Browse Source

EAP-IKEv2: Fix a typo in a debug message

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
8779ac8a67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/eap_peer/ikev2.c

+ 1 - 1
src/eap_peer/ikev2.c

@@ -369,7 +369,7 @@ static int ikev2_process_kei(struct ikev2_responder_data *data,
 	}
 	}
 
 
 	if (kei_len < 4 + 96) {
 	if (kei_len < 4 + 96) {
-		wpa_printf(MSG_INFO, "IKEV2: Too show Key Exchange Payload");
+		wpa_printf(MSG_INFO, "IKEV2: Too short Key Exchange Payload");
 		return -1;
 		return -1;
 	}
 	}