Revert fixup of ip_len from r241480. Now stack isn't yet

ready for that change.
This commit is contained in:
Gleb Smirnoff 2012-10-12 09:32:38 +00:00
parent 105bd2113b
commit 86b61e4748
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241481

View File

@ -472,7 +472,6 @@ ip_stripoptions(struct mbuf *m)
m->m_pkthdr.len -= olen;
ip->ip_v = IPVERSION;
ip->ip_hl = sizeof(struct ip) >> 2;
ip->ip_len -= olen;
}
/*