@@ -245,6 +245,7 @@ tun_set_persist(int fd, int on)
#ifdef TUNSETPERSIST
returnioctl(fd,TUNSETPERSIST,on);
#else
return0;
errno=ENOSYS;
return-1;
#endif
}
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.