]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! partial import seems working
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Wed, 25 Oct 2023 10:27:46 +0000 (12:27 +0200)
committerKaterina Kubecova <katerina.kubecova@nic.cz>
Wed, 25 Oct 2023 10:27:46 +0000 (12:27 +0200)
sysdep/unix/krt.c

index a216dbc3e63e9e97658bff53a832eb59ad4e5f73..b9d4ed484fac148c3b692b52e52e6486177e6a83 100644 (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;