mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
Update sal_socket.c
OK
This commit is contained in:
@@ -917,7 +917,6 @@ int sal_socket(int domain, int type, int protocol)
|
||||
socket = socket_new();
|
||||
if (socket < 0)
|
||||
{
|
||||
socket_delete(socket);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user