net/netlink/netlink_route.c: Fix a case where #if was used but #ifdef was intended.
This commit is contained in:
parent
b659c74440
commit
b72f7cf47f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue