@ -511,7 +511,7 @@ int ipc_create_socket(const char *filename) {
free(copy);
/* Unlink the unix domain socket before */
unlink(filename);
unlink(globbed);
if((sockfd=socket(AF_LOCAL,SOCK_STREAM,0))<0){
perror("socket()");
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.