After r241923 the updated ip_len no longer needed.

This commit is contained in:
Gleb Smirnoff 2012-10-25 09:02:21 +00:00
parent b6fcf6f9f5
commit a7f707cd37

View File

@ -728,7 +728,6 @@ ours:
ip = mtod(m, struct ip *);
/* Get the header length of the reassembled packet */
hlen = ip->ip_hl << 2;
ip_len = ntohs(ip->ip_len);
}
#ifdef IPSEC