diff options
| author | Crist J. Clark <cjc@FreeBSD.org> | 2002-01-26 10:14:08 +0000 |
|---|---|---|
| committer | Crist J. Clark <cjc@FreeBSD.org> | 2002-01-26 10:14:08 +0000 |
| commit | 56962689ccdb502469d95392487a7fed9c44be1d (patch) | |
| tree | aaf6f53624636d798d2da147fee8cf6cd8b2fa03 /sys/netinet/ip_input.c | |
| parent | f44609fe71741b4c10ce58af72c2a8996313582f (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index dec4d94d02c20..9a4c248193f73 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -806,6 +806,9 @@ found: return; m = clone; ip = mtod(m, struct ip *); + ip->ip_len += hlen; + divert_info = 0; + goto pass; } #endif |
