Skip to content

Commit

Permalink
rpl: removed superfluous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Aug 18, 2015
1 parent 2e1b90f commit 687cc6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/net/routing/ng_rpl/ng_rpl_control_messages.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void ng_rpl_send_DIO(ng_rpl_dodag_t *dodag, ipv6_addr_t *destination)
dodag_conf->reserved = 0;
dodag_conf->default_lifetime = dodag->default_lifetime;
dodag_conf->lifetime_unit = byteorder_htons(dodag->lifetime_unit);
pos += sizeof(*dodag_conf);
}

dodag->dodag_conf_counter++;
Expand Down

0 comments on commit 687cc6e

Please sign in to comment.