]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
Fixed typo in previous commit.
authorIvan Delamer <delamer@inicotech.com>
Fri, 17 Aug 2012 17:24:18 +0000 (11:24 -0600)
committerIvan Delamer <delamer@inicotech.com>
Fri, 17 Aug 2012 17:24:18 +0000 (11:24 -0600)
Change-Id: I97f85f4593509911829cfbbb6e309eecedd5465b

src/core/netif.c

index 7a8968a2f0190ecf60fab124b0311643b0b95e2c..f8133f76fbc513f6630844729af891fc61b321aa 100644 (file)
@@ -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;