mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
remove unnecessary stimer call in tcpip_ipv6_output()
This commit is contained in:
parent
7482fd6962
commit
419ffddd0a
@ -643,7 +643,6 @@ tcpip_ipv6_output(void)
|
||||
PRINTF("tcpip_ipv6_output: nbr cache entry stale moving to delay\n");
|
||||
}
|
||||
|
||||
stimer_set(&nbr->sendns, uip_ds6_if.retrans_timer / 1000);
|
||||
tcpip_output(&nbr->lladdr);
|
||||
|
||||
#if UIP_CONF_IPV6_QUEUE_PKT
|
||||
|
Loading…
Reference in New Issue
Block a user