patch-2.1.122 linux/net/ipv4/ip_output.c
Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/ip_nat_dumb.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Sep 14 22:52:10 1998
- Orig file:
v2.1.121/linux/net/ipv4/ip_output.c
- Orig date:
Sat Sep 5 16:46:42 1998
diff -u --recursive --new-file v2.1.121/linux/net/ipv4/ip_output.c linux/net/ipv4/ip_output.c
@@ -5,7 +5,7 @@
*
* The Internet Protocol (IP) output module.
*
- * Version: $Id: ip_output.c,v 1.61 1998/08/26 12:03:54 davem Exp $
+ * Version: $Id: ip_output.c,v 1.62 1998/09/14 01:22:58 davem Exp $
*
* Authors: Ross Biro, <bir7@leland.Stanford.Edu>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -544,7 +544,7 @@
* Account for the fragment.
*/
- if(!err && offset == 0 &&
+ if(!err &&
call_out_firewall(PF_INET, rt->u.dst.dev, skb->nh.iph, NULL, &skb) < FW_ACCEPT)
err = -EPERM;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov