mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Oops, previous modification for passing NULL to fib_init() did not
compile :-(.
This commit is contained in:
parent
ce45fc1287
commit
1d7c44b711
@ -51,8 +51,8 @@ fib_hash(struct fib *f, ip_addr *a)
|
|||||||
return ipa_hash(*a) >> f->hash_shift;
|
return ipa_hash(*a) >> f->hash_shift;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *
|
static void
|
||||||
fib_dummy_init(struct fib_node *)
|
fib_dummy_init(struct fib_node *dummy)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user