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/radv/radv.c | |
parent | 5be34f5ab4aa0c8852db6bf19cad5e81f46640e3 (diff) | |
parent | d429bc5c841a8e9d4c81786973edfa56d20a407e (diff) |
Merge commit 'd429bc5c841a8e9d4c81786973edfa56d20a407e' into thread-next
Diffstat (limited to 'proto/radv/radv.c')
-rw-r--r-- | proto/radv/radv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/radv/radv.c b/proto/radv/radv.c index 3a159462..10d5e3ed 100644 --- a/proto/radv/radv.c +++ b/proto/radv/radv.c @@ -394,10 +394,10 @@ radv_net_match_trigger(struct radv_config *cf, const net_addr *n) } int -radv_preexport(struct channel *c, rte *new) +radv_preexport(struct channel *C, rte *new) { // struct radv_proto *p = (struct radv_proto *) P; - struct radv_config *cf = (struct radv_config *) (c->proto->cf); + struct radv_config *cf = (struct radv_config *) (C->proto->cf); if (radv_net_match_trigger(cf, new->net)) return RIC_PROCESS; |