summaryrefslogtreecommitdiff
path: root/sysdep/unix/krt.c
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2018-01-23 14:48:07 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2018-01-23 14:48:07 +0100
commite5ff7929c4d85b84496cdfc46f006b8cd1b4c0e5 (patch)
tree9b5ba67a6cfbe14b68be4fa67a194a098e830e1d /sysdep/unix/krt.c
parentdef6efa1ef98966424a73923832c6912acefc0ba (diff)
KRT: Remove useless option
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r--sysdep/unix/krt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 29d2d01e..d4c0db72 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -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 *