From 6067114cee5f60cdec59a0c8e92e3a8656418166 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 29 Jan 2015 10:08:16 -0600 Subject: Fix typo in conditional compilation --- nuttx/net/socket/sendto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx') diff --git a/nuttx/net/socket/sendto.c b/nuttx/net/socket/sendto.c index a0350f11a..02cb92929 100644 --- a/nuttx/net/socket/sendto.c +++ b/nuttx/net/socket/sendto.c @@ -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; -- cgit v1.2.3