1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

Whitespace.

This commit is contained in:
david
2012-10-06 21:26:28 +00:00
parent 8ab0096609
commit 07f9b440f4

View File

@@ -1191,7 +1191,7 @@ static bool decode_reply(const void *ip, unsigned int len, Reply *reply) {
const struct icmpv6_msg_echo *echo;
if (len < sizeof(*icmpv6) + 4)
return false;
return false;
echo = (struct icmpv6_msg_echo *) ((char *) icmpv6 + sizeof(*icmpv6));
if (ntohs(echo->icmpv6_id) != global_id)
return false;