Add socket options

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@331 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-09-05 23:52:08 +00:00
parent 8c0ce78863
commit d265632c82
2 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ int uip_udpconnect(struct uip_udp_conn *conn, const struct sockaddr_in *addr)
dq_addlast(&conn->node, &g_active_udp_connections);
irqrestore(flags);
return conn;
return OK;
}
#endif /* CONFIG_NET && CONFIG_NET_UDP */