patch-2.1.112 linux/net/ipv4/ip_output.c

Next file: linux/net/ipv4/ip_sockglue.c
Previous file: linux/net/ipv4/ip_fragment.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.111/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.58 1998/05/15 15:21:36 davem Exp $
+ * Version:	$Id: ip_output.c,v 1.59 1998/07/15 05:05:15 davem Exp $
  *
  * Authors:	Ross Biro, <bir7@leland.Stanford.Edu>
  *		Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
@@ -814,7 +814,7 @@
 		 * will inherit fixed options.
 		 */
 		if (offset == 0)
-			ip_options_fragment(skb2);
+			ip_options_fragment(skb);
 
 		/*
 		 *	Added AC : If we are fragmenting a fragment that's not the

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov