0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-31 14:11:54 +00:00

fixup! partial import seems working

This commit is contained in:
Katerina Kubecova 2023-10-25 12:27:46 +02:00
parent 1eaf7213b6
commit 64e7edaf41

View File

@ -767,7 +767,7 @@ krt_if_notify(struct proto *P, uint flags, struct iface *iface UNUSED)
}
static int
krt_reload_routes(struct channel *C, struct channel_import_request *UNUSED)
krt_reload_routes(struct channel *C, struct channel_import_request *cir UNUSED)
{
struct krt_proto *p = (void *) C->proto;