* Patrick McHardy <[EMAIL PROTECTED]> 2005-08-22 23:38
> @@ -1364,7 +1365,7 @@ fn_trie_lookup(struct fib_table *tb, con
>               }
>  
>               if (IS_LEAF(n)) {
> -                     if (check_leaf(t, (struct leaf *)n, key, &plen, flp, 
> res, &ret))
> +                     if ((ret == check_leaf(t, (struct leaf *)n, key, &plen, 
> flp, res)) <= 0)
                             ^^^^^^^^^^^^^^

Otherwise I'd agree that this patch looks ok.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to