summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-07-13 12:54:20 +0200
committerMaria Matejka <mq@ucw.cz>2022-07-13 12:54:20 +0200
commitaf0d5ec2797bab2a928fa8ce2caf81608a3f7443 (patch)
treeaa15fcaf811e5eb681d3f2d0e10c5e3ece666b08 /sysdep/unix/krt.c
parent5be34f5ab4aa0c8852db6bf19cad5e81f46640e3 (diff)
parentd429bc5c841a8e9d4c81786973edfa56d20a407e (diff)
Merge commit 'd429bc5c841a8e9d4c81786973edfa56d20a407e' into thread-next
Diffstat (limited to 'sysdep/unix/krt.c')
-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 67d19cbb..46b5a51d 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -681,9 +681,9 @@ krt_scan_timer_kick(struct krt_proto *p)
*/
static int
-krt_preexport(struct channel *c, rte *e)
+krt_preexport(struct channel *C, rte *e)
{
- if (e->src->proto == c->proto)
+ if (e->src->proto == C->proto)
return -1;
if (!krt_capable(e))