@ -433,6 +433,7 @@ int ANETinfo(int handle, char *hostname, int hostnameLen)
if (con == NULL) {
return ANETDISCONNECTED;
} else {
len = sizeof sin;
if (getpeername(con->socket, (struct sockaddr *) &sin, &len) < 0) {
return ANETSOCKERROR;
}
The note is not visible to the blocked user.