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

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

diff -u --recursive --new-file v2.1.111/linux/net/ipv4/fib_hash.c linux/net/ipv4/fib_hash.c
@@ -5,7 +5,7 @@
  *
  *		IPv4 FIB: lookup engine and maintenance routines.
  *
- * Version:	$Id: fib_hash.c,v 1.3 1998/03/08 05:56:16 davem Exp $
+ * Version:	$Id: fib_hash.c,v 1.4 1998/07/15 05:05:08 davem Exp $
  *
  * Authors:	Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
  *
@@ -274,7 +274,7 @@
 #endif
 			    ) {
 				if (matched)
-					return 1;
+					break;
 				continue;
 			}
 			matched = 1;

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