From 605551f62cd9b08636e0ab4db34dfa445fc20678 Mon Sep 17 00:00:00 2001 From: Roger S Date: Sun, 4 Jan 2015 23:54:02 -0500 Subject: [PATCH] Update rpl.c Removed change to "a RPL" --- core/net/rpl/rpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/net/rpl/rpl.c b/core/net/rpl/rpl.c index b2dbff0ed..f92d5f5f8 100644 --- a/core/net/rpl/rpl.c +++ b/core/net/rpl/rpl.c @@ -139,7 +139,7 @@ rpl_purge_routes(void) PRINTF("No more routes to "); PRINT6ADDR(&prefix); dag = default_instance->current_dag; - /* Propagate this information with a No-Path DAO to preferred parent if we are not an RPL Root */ + /* Propagate this information with a No-Path DAO to preferred parent if we are not a RPL Root */ if(dag->rank != ROOT_RANK(default_instance)) { PRINTF(" -> generate No-Path DAO\n"); dao_output_target(dag->preferred_parent, &prefix, RPL_ZERO_LIFETIME);