Fix typo in conditional compilation

This commit is contained in:
Gregory Nutt 2015-01-29 10:08:16 -06:00
parent f6bec26e53
commit 9abd8e2e64

View File

@ -162,7 +162,7 @@ ssize_t psock_sendto(FAR struct socket *psock, FAR const void *buf,
break;
#endif
#ifdef CONFIG_NET_IPv6
#ifdef CONFIG_NET_LOCAL
case AF_LOCAL:
minlen = sizeof(sa_family_t);
break;