From 35a4b3030e7548e6aace209ef8e92a5e2b495d1e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 13 Jul 2010 02:29:09 +0000 Subject: IGMP debug fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2790 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/uip/uip_igmpjoin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/net/uip/uip_igmpjoin.c') diff --git a/nuttx/net/uip/uip_igmpjoin.c b/nuttx/net/uip/uip_igmpjoin.c index cf37ea1c0..b9e538c15 100755 --- a/nuttx/net/uip/uip_igmpjoin.c +++ b/nuttx/net/uip/uip_igmpjoin.c @@ -148,7 +148,7 @@ int igmp_joingroup(struct uip_driver_s *dev, FAR const struct in_addr *grpaddr) /* Add the group (MAC) address to the ether drivers MAC filter list */ - uip_addmcastmac(dev, &grpaddr->s_addr); + uip_addmcastmac(dev, (FAR uip_ipaddr_t *)&grpaddr->s_addr); return OK; } return -EEXIST; -- cgit v1.2.3