ng_sixlowpan_frag: add missing return

dev/timer
Martine Lenders 8 years ago committed by Martine Lenders
parent 7c0d86e360
commit 4f5995a4cf

@ -85,6 +85,7 @@ void _receive(ng_pktsnip_t *pkt)
else if (ng_sixlowpan_frag_is((ng_sixlowpan_frag_t *)dispatch)) {
DEBUG("6lo: received 6LoWPAN fragment\n");
ng_sixlowpan_frag_handle_pkt(pkt);
return;
}
#endif
else {

Loading…
Cancel
Save