@ -69,7 +69,7 @@ int nc_main(int argc, char **argv)
hostinfo=(structhostent*)gethostbyname(*argv);
if(!hostinfo){
fatalError("nc: cannot resolve %s\n",*argv);
fatalError("cannot resolve %s\n",*argv);
}
address.sin_family=AF_INET;
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.