net/netlink/netlink_route.c: Fix a case where #if was used but #ifdef was intended.

This commit is contained in:
Gregory Nutt 2019-11-19 09:47:57 -06:00
parent b659c74440
commit b72f7cf47f

View file

@ -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.
*/