Resynchronise with babeld-1.3.1.
diff --git a/babeld/route.c b/babeld/route.c
index a9ffc5d..fe2b9ce 100644
--- a/babeld/route.c
+++ b/babeld/route.c
@@ -682,7 +682,7 @@
     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.",