@@ -738,7 +738,7 @@ int sl_sock_open(sl_socktype_e type, const char *path, int isserver, int ai_sock
}
}else{
if(connect(sock,p->ai_addr,p->ai_addrlen)==-1){
WARN("connect()");
//WARN("connect()");
close(sock);sock=-1;
continue;
}
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.