ng_icmpv6_echo: fix call to undefined function
This commit is contained in:
parent
0a81c9c9a8
commit
d0ea7c2a0c
@ -67,7 +67,7 @@ void ng_icmpv6_echo_req_handle(kernel_pid_t iface, ng_ipv6_hdr_t *ipv6_hdr,
|
||||
return;
|
||||
}
|
||||
|
||||
pkt = _echo_build(NG_ICMPV6_ECHO_REP, byteorder_ntohs(echo->id),
|
||||
pkt = ng_icmpv6_echo_build(NG_ICMPV6_ECHO_REP, byteorder_ntohs(echo->id),
|
||||
byteorder_ntohs(echo->seq), payload,
|
||||
len - sizeof(ng_icmpv6_echo_t));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user