From c762c06b171da3e073d6e77bac76b5f355ada97f Mon Sep 17 00:00:00 2001 From: Ivan Delamer Date: Fri, 17 Aug 2012 11:24:18 -0600 Subject: [PATCH] Fixed typo in previous commit. Change-Id: I97f85f4593509911829cfbbb6e309eecedd5465b --- src/core/netif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/netif.c b/src/core/netif.c index 7a8968a2..f8133f76 100644 --- a/src/core/netif.c +++ b/src/core/netif.c @@ -888,7 +888,7 @@ static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, ip6_addr_t *ipaddr) { (void)netif; - (void)pbuf; + (void)p; (void)ipaddr; return ERR_IF;