Parcourir la source

EAP-IKEv2: Fix a typo in a debug message

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 10 ans
Parent
commit
8779ac8a67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
-		wpa_printf(MSG_INFO, "IKEV2: Too show Key Exchange Payload");
+		wpa_printf(MSG_INFO, "IKEV2: Too short Key Exchange Payload");
 		return -1;
 	}