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

KRT: Remove useless option

This commit is contained in:
Ondrej Zajicek (work)
2018-01-23 14:48:07 +01:00
parent def6efa1ef
commit e5ff7929c4
3 changed files with 1 additions and 3 deletions

View File

@@ -1159,7 +1159,7 @@ krt_reconfigure(struct proto *p, struct proto_config *CF)
return 0;
/* persist, graceful restart need not be the same */
return o->scan_time == n->scan_time && o->learn == n->learn && o->devroutes == n->devroutes;
return o->scan_time == n->scan_time && o->learn == n->learn;
}
struct proto_config *