From: Katerina Kubecova Date: Wed, 25 Oct 2023 10:27:46 +0000 (+0200) Subject: fixup! partial import seems working X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e7edaf414f7542309bb7368e0632f96867f5ab;p=thirdparty%2Fbird.git fixup! partial import seems working --- diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index a216dbc3e..b9d4ed484 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;