Skip to content

Commit

Permalink
Merge branch 'gnrc_udp/fix/missing-duplication' (RIOT-OS#5749) into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Aug 26, 2016
2 parents 0557070 + af180ef commit 2dcea9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/gnrc/transport_layer/udp/gnrc_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ static void _send(gnrc_pktsnip_t *pkt)
gnrc_pktbuf_release(pkt);
return;
}
tmp->next = udp_snip;
hdr = (udp_hdr_t *)udp_snip->data;
/* fill in size field */
hdr->length = byteorder_htons(gnrc_pkt_len(udp_snip));
Expand Down

0 comments on commit 2dcea9e

Please sign in to comment.