diff --git a/test/test-fwknop.pl b/test/test-fwknop.pl index 99ac3c8f..975845d1 100755 --- a/test/test-fwknop.pl +++ b/test/test-fwknop.pl @@ -6194,7 +6194,6 @@ sub get_spa_packet_from_file() { while () { if (/Final\sSPA\sData\:\s(\S+)/) { $spa_pkt = $1; - last; } } close G2;