summaryrefslogtreecommitdiff
path: root/babeld/route.c
diff options
context:
space:
mode:
authorJuliusz Chroboczek <jch@pps.jussieu.fr>2012-02-11 13:08:00 +0100
committerPaul Jakma <paul@quagga.net>2012-03-25 17:06:54 +0100
commit52d54422bdc0b70356d84a38a0ce15ba5dea03e0 (patch)
tree175c986de70da9ccb9e88ec137a2577713653d42 /babeld/route.c
parent359be3d0e4db5c931b1ad0dabbac2dea77394de1 (diff)
Resynchronise with babeld-1.3.1.
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.",