From 64e7edaf414f7542309bb7368e0632f96867f5ab Mon Sep 17 00:00:00 2001 From: Katerina Kubecova Date: Wed, 25 Oct 2023 12:27:46 +0200 Subject: [PATCH] fixup! partial import seems working --- sysdep/unix/krt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index a216dbc3..b9d4ed48 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -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;