mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
Update sockets.c
This commit is contained in:
@@ -240,10 +240,9 @@ tryget_socket(int s)
|
||||
struct lwip_sock *
|
||||
lwip_tryget_socket(int s)
|
||||
{
|
||||
return tryget_socket(s);
|
||||
return tryget_socket(s);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Allocate a new socket for a given netconn.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user