mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +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
|
||||
|
||||
#if CONFIG_NET_IPv4
|
||||
#ifdef CONFIG_NET_IPv4
|
||||
/* Should have devinfo->psock->s_domain == PF_INET but d_lltype could be
|
||||
* several things.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user