diff options
author | 2000-03-03 13:09:28 +0000 | |
---|---|---|
committer | 2000-03-03 13:09:28 +0000 | |
commit | da843def94cfbd5e202efc99e70ebdb0b7292594 (patch) | |
tree | 6038652428a53da8079c1afe6104be5fca9500d0 | |
parent | Use the LIST_FIRST macro to get the head of zombproc list. (diff) | |
download | wireguard-openbsd-da843def94cfbd5e202efc99e70ebdb0b7292594.tar.xz wireguard-openbsd-da843def94cfbd5e202efc99e70ebdb0b7292594.zip |
remove WIDE's experimental ip reass code, mistakingly merged in partially.
NetBSD PR: 9412
Fix from: ho@crt.se
-rw-r--r-- | sys/netinet/ip_input.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 18f8400eb6d..b92ae13ae98 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_input.c,v 1.48 2000/01/10 06:59:22 angelos Exp $ */ +/* $OpenBSD: ip_input.c,v 1.49 2000/03/03 13:09:28 itojun Exp $ */ /* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */ /* @@ -738,8 +738,6 @@ insert: * Make header visible. */ ip->ip_len = next; - ip->ip_ttl = 0; /* xxx */ - ip->ip_sum = 0; ip->ip_src = fp->ipq_src; ip->ip_dst = fp->ipq_dst; LIST_REMOVE(fp, ipq_q); |