summaryrefslogtreecommitdiff
path: root/babeld/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/route.c')
-rw-r--r--babeld/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/route.c b/babeld/route.c
index a9ffc5d9..fe2b9ceb 100644
--- a/babeld/route.c
+++ b/babeld/route.c
@@ -682,7 +682,7 @@ update_route(const unsigned char *router_id,
int hold_time = MAX((4 * interval) / 100 + interval / 50, 15);
if(memcmp(router_id, myid, 8) == 0)
- return NULL; /* I have announced the route */
+ return NULL;
if(martian_prefix(prefix, plen)) {
zlog_err("Rejecting martian route to %s through %s.",