@@ -342,7 +342,6 @@ dns_read(int fd, char *buf, int buflen)
if(ttl==T_NULL&&rlen)
memcpy(buf,rdata,rlen);
// TODO is any data attached? find out and copy into buf and return length
returnrlen;
}
}
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.