@ -229,6 +229,8 @@ int ipc_create_socket(const char *filename) {
return-1;
}
(void)fcntl(sockfd,F_SETFD,FD_CLOEXEC);
structsockaddr_unaddr;
memset(&addr,0,sizeof(structsockaddr_un));
addr.sun_family=AF_LOCAL;
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.