Fix typo in conditional compilation
This commit is contained in:
parent
f6bec26e53
commit
9abd8e2e64
@ -162,7 +162,7 @@ ssize_t psock_sendto(FAR struct socket *psock, FAR const void *buf,
|
|||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NET_IPv6
|
#ifdef CONFIG_NET_LOCAL
|
||||||
case AF_LOCAL:
|
case AF_LOCAL:
|
||||||
minlen = sizeof(sa_family_t);
|
minlen = sizeof(sa_family_t);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user