@@ -294,7 +294,7 @@ int make_fd_nonblocking(int fd)
{
intflags=fcntl(fd,F_GETFL,0);
interr=0;
if(!(flags&O_NONBLOCK))
if(!(flags&O_NONBLOCK))
{
err=fcntl(fd,F_SETFL,flags|O_NONBLOCK);
}
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.