Oops, previous modification for passing NULL to fib_init() did not
compile :-(.
This commit is contained in:
parent
ce45fc1287
commit
1d7c44b711
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ fib_hash(struct fib *f, ip_addr *a)
|
|||
return ipa_hash(*a) >> f->hash_shift;
|
||||
}
|
||||
|
||||
static void *
|
||||
fib_dummy_init(struct fib_node *)
|
||||
static void
|
||||
fib_dummy_init(struct fib_node *dummy)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue