core/socket: do not assign another fd to SocketPort which already has a fd on deserialization
Otherwise, if a socket address is duplicated, then the previous fd is closed. Fixes #19843.
Loading
Otherwise, if a socket address is duplicated, then the previous fd is closed. Fixes #19843.