Skip to content

Commit

Permalink
[SQUASH ME] ng_netif_hdr: adapt for #2706
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 25, 2015
1 parent ef3929c commit 9674697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/include/net/ng_netif/hdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static inline ng_pktsnip_t *ng_netif_hdr_build(uint8_t *src, uint8_t src_len,
{
ng_pktsnip_t *pkt = ng_pktbuf_add(NULL, NULL,
sizeof(ng_netif_hdr_t) + src_len + dest_len,
NG_NETTYPE_UNDEF);
NG_NETTYPE_NETIF);

if (pkt == NULL) {
return NULL;
Expand Down

0 comments on commit 9674697

Please sign in to comment.