]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
EAP-IKEv2: Fix a typo in a debug message
authorJouni Malinen <j@w1.fi>
Sun, 21 Dec 2014 11:18:56 +0000 (13:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 21 Dec 2014 11:19:14 +0000 (13:19 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_peer/ikev2.c

index e6a173ec14394755231bd0776ad46e464d72354f..55ab72aee66c7a59dd2a867b35b52bbe9df226de 100644 (file)
@@ -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;
        }