mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 14:28:20 +08:00
去除sal shut_down后释放socket导致close失败的问题
This commit is contained in:
@@ -701,8 +701,6 @@ int sal_shutdown(int socket, int how)
|
||||
error = -1;
|
||||
}
|
||||
|
||||
/* delete socket */
|
||||
socket_delete(socket);
|
||||
|
||||
return error;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user