1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Merge commit 'd429bc5c841a8e9d4c81786973edfa56d20a407e' into thread-next

This commit is contained in:
Maria Matejka
2022-07-13 12:54:20 +02:00
6 changed files with 16 additions and 16 deletions

View File

@@ -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))