mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
net/netlink/netlink_route.c: Fix a case where #if was used but #ifdef was intended.
This commit is contained in:
@@ -300,7 +300,7 @@ static int netlink_device_callback(FAR struct net_driver_s *dev,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_NET_IPv4
|
#ifdef CONFIG_NET_IPv4
|
||||||
/* Should have devinfo->psock->s_domain == PF_INET but d_lltype could be
|
/* Should have devinfo->psock->s_domain == PF_INET but d_lltype could be
|
||||||
* several things.
|
* several things.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user