mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 03:16:18 +00:00
fix compiling sockets.c for SYS_LIGHTWEIGHT_PROT==0
This commit is contained in:
parent
ef3073aaf9
commit
d320b27a5f
@ -376,11 +376,11 @@ sock_inc_used_locked(struct lwip_sock *sock)
|
|||||||
static void
|
static void
|
||||||
done_socket(struct lwip_sock *sock)
|
done_socket(struct lwip_sock *sock)
|
||||||
{
|
{
|
||||||
SYS_ARCH_DECL_PROTECT(lev);
|
|
||||||
int freed = 0;
|
int freed = 0;
|
||||||
int is_tcp = 0;
|
int is_tcp = 0;
|
||||||
struct netconn *conn = NULL;
|
struct netconn *conn = NULL;
|
||||||
union lwip_sock_lastdata lastdata;
|
union lwip_sock_lastdata lastdata;
|
||||||
|
SYS_ARCH_DECL_PROTECT(lev);
|
||||||
LWIP_ASSERT("sock != NULL", sock != NULL);
|
LWIP_ASSERT("sock != NULL", sock != NULL);
|
||||||
|
|
||||||
SYS_ARCH_PROTECT(lev);
|
SYS_ARCH_PROTECT(lev);
|
||||||
|
Loading…
Reference in New Issue
Block a user