mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
Fix a compile error when IPv6 is enabled
This commit is contained in:
+1
-1
Submodule arch updated: ed8f6a71d4...2391024361
@@ -278,7 +278,7 @@ int tcp_local_ipv6_device(FAR struct tcp_conn_s *conn)
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
int tcp_remote_ipv6_device(FAR struct tcp_conn_s *conn)
|
||||
{
|
||||
return int tcp_find_ipv6_device(conn, conn->u.ipv6.raddr);
|
||||
return tcp_find_ipv6_device(conn, conn->u.ipv6.raddr);
|
||||
}
|
||||
#endif /* CONFIG_NET_IPv6 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user