0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Oops, previous modification for passing NULL to fib_init() did not

compile :-(.
This commit is contained in:
Pavel Machek 1998-12-22 19:20:43 +00:00
parent ce45fc1287
commit 1d7c44b711

View File

@ -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)
{
}