diff options
author | Maria Matejka <mq@ucw.cz> | 2022-07-13 12:54:20 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-07-13 12:54:20 +0200 |
commit | af0d5ec2797bab2a928fa8ce2caf81608a3f7443 (patch) | |
tree | aa15fcaf811e5eb681d3f2d0e10c5e3ece666b08 /proto/babel | |
parent | 5be34f5ab4aa0c8852db6bf19cad5e81f46640e3 (diff) | |
parent | d429bc5c841a8e9d4c81786973edfa56d20a407e (diff) |
Merge commit 'd429bc5c841a8e9d4c81786973edfa56d20a407e' into thread-next
Diffstat (limited to 'proto/babel')
-rw-r--r-- | proto/babel/babel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/babel/babel.c b/proto/babel/babel.c index 8b6abacb..00b9aa79 100644 --- a/proto/babel/babel.c +++ b/proto/babel/babel.c @@ -2257,9 +2257,9 @@ babel_kick_timer(struct babel_proto *p) static int -babel_preexport(struct channel *c, struct rte *new) +babel_preexport(struct channel *C, struct rte *new) { - if (new->src->proto != c->proto) + if (new->src->proto != C->proto) return 0; /* Reject our own unreachable routes */ |