mirror of
https://github.com/nmap/nmap.git
synced 2026-07-10 10:14:41 +00:00
Whitespace.
This commit is contained in:
parent
8ab0096609
commit
07f9b440f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue