Fix nullrouting for compilation with nullnet

This commit is contained in:
Simon Duquennoy 2018-04-13 04:00:55 -07:00
parent 87bb684bb4
commit 0750824f19
1 changed files with 2 additions and 0 deletions

View File

@ -106,7 +106,9 @@ local_repair(const char *str)
static void
ext_header_remove(void)
{
#if NETSTACK_CONF_WITH_IPV6
uip_ext_len = 0;
#endif /* NETSTACK_CONF_WITH_IPV6 */
}
/*---------------------------------------------------------------------------*/
static int