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

Merge commit '4972590e' into thread-next

This commit is contained in:
Maria Matejka
2023-10-12 09:29:51 +02:00
4 changed files with 4 additions and 17 deletions

View File

@@ -274,7 +274,6 @@ proto_add_channel(struct proto *p, struct channel_config *cf)
c->merge_limit = cf->merge_limit;
c->in_keep = cf->in_keep;
c->rpki_reload = cf->rpki_reload;
c->bmp_hack = cf->bmp_hack;
c->channel_state = CS_DOWN;
c->last_state_change = current_time();