mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Unix domain: Fix a typo and some missing conditional compilation
This commit is contained in:
@@ -129,7 +129,7 @@ void net_initialize(void)
|
||||
pkt_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NET_UDP
|
||||
#ifdef CONFIG_NET_LOCAL
|
||||
/* Initialize the local, "Unix domain" socket support */
|
||||
|
||||
local_initialize();
|
||||
|
||||
Reference in New Issue
Block a user