summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-07-11 10:41:17 +0200
committerMaria Matejka <mq@ucw.cz>2022-07-11 10:41:17 +0200
commitd429bc5c841a8e9d4c81786973edfa56d20a407e (patch)
tree3857e7791fa51588b5f0de16bf05b65754349067 /sysdep
parent7e9cede1fd1878fb4c00e793bccd0ca6c18ad452 (diff)
parentbeb5f78ada79ac90f31f2c4923302c74d9ab38bf (diff)
Merge commit 'beb5f78a' into backport
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/krt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index bfd69b73..be547a93 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -889,10 +889,10 @@ krt_scan_timer_kick(struct krt_proto *p)
*/
static int
-krt_preexport(struct proto *P, rte *e)
+krt_preexport(struct channel *C, rte *e)
{
// struct krt_proto *p = (struct krt_proto *) P;
- if (e->src->proto == P)
+ if (e->src->proto == C->proto)
return -1;
if (!krt_capable(e))