@@ -187,7 +187,6 @@ open_socket(int domain, int type, int flags)
(socket_flags&SOCK_CLOEXEC)==0&&
#endif
!UTI_FdSetCloexec(sock_fd)){
DEBUG_LOG("Could not set O_CLOEXEC : %s",strerror(errno));
close(sock_fd);
returnINVALID_SOCK_FD;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.