Skip to content

Commit

Permalink
fixup! gnrc_sixlowpan_iphc: refactor sending for #8511
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 25, 2018
1 parent d27ef79 commit 7e3c21f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ void gnrc_sixlowpan_multiplex_by_size(gnrc_pktsnip_t *pkt,
assert(pkt != NULL);
assert(netif != NULL);
size_t datagram_size = gnrc_pkt_len(pkt->next);
assert(datagram_size <= orig_datagram_size);
DEBUG("6lo: iface->sixlo.max_frag_size = %u for interface %i\n",
netif->sixlo.max_frag_size, netif->pid);
if ((netif->sixlo.max_frag_size == 0) ||
Expand Down

0 comments on commit 7e3c21f

Please sign in to comment.