RPL: improved debug messages for No-Path DAOs

This commit is contained in:
Simon Duquennoy 2015-11-18 15:25:13 +01:00
parent 298ff6db76
commit c679046d7a
2 changed files with 4 additions and 4 deletions

View file

@ -849,7 +849,7 @@ rpl_nullify_parent(rpl_parent_t *parent)
uip_ds6_defrt_rm(dag->instance->def_route);
dag->instance->def_route = NULL;
}
/* Send no-path DAO only to preferred parent, if any */
/* Send No-Path DAO only to preferred parent, if any */
if(parent == dag->preferred_parent) {
dao_output(parent, RPL_ZERO_LIFETIME);
rpl_set_preferred_parent(dag, NULL);