LOG_FATAL(LOGF_Acquire,"Could not open socket : %s",strerror(errno));
}
/* Close on exec */
UTI_FdSetCloexec(sock_fd);
if(port_number==0){
/* Don't bother binding this socket - we're not fussed what port
number it gets */
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.