net/icmpv6/icmpv6_poll.c: Fix typo error in icmpv6_poll.

This commit is contained in:
Xiang Xiao 2019-09-24 09:27:33 -06:00 committed by Gregory Nutt
parent 04b501eddf
commit 9830791960

View File

@ -83,7 +83,7 @@ void icmpv6_poll(FAR struct net_driver_s *dev,
/* Perform the application callback */
devif_conn_event(dev, conn, ICMPv6_POLL, conn ? conn->list : &dev->d_conncb);
devif_conn_event(dev, conn, ICMPv6_POLL, conn ? conn->list : dev->d_conncb);
}
#endif /* CONFIG_NET_ICMPv6_SOCKET || CONFIG_NET_ICMPv6_NEIGHBOR */