@ -43,6 +43,8 @@ void getutmp( int pid, char user[], char host_ip[], char host_ipv6[], time_t * t
intx;
charstr[6];
host_ip[0]='\0';
host_ipv6[0]='\0';
setutent();
while((utmp=getutent())!=NULL)
{
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.