Merge pull request #5008 from immesys/fix-stub

ndp: fix stub parameters
This commit is contained in:
Oleg Hahm 2016-03-09 13:36:49 +01:00
commit 6bb6d1a1d6

View File

@ -123,7 +123,7 @@ void gnrc_ndp_internal_send_rtr_adv(kernel_pid_t iface, ipv6_addr_t *src,
* This macro is primarily an optimization to not go into the function defined
* above.
*/
#define gnrc_ndp_internal_send_rtr_adv(iface, dst, fin)
#define gnrc_ndp_internal_send_rtr_adv(iface, src, dst, fin)
#endif
/**