===== net/ipv4/fib_hash.c 1.23 vs edited ===== --- 1.23/net/ipv4/fib_hash.c 2004-09-23 14:07:29 +10:00 +++ edited/net/ipv4/fib_hash.c 2004-09-23 14:08:42 +10:00 @@ -448,7 +448,7 @@ if (prio <= fa->fa_info->fib_priority) break; } - return fa; + return prev_fa; } return NULL; }