removed old comment

This commit is contained in:
Erik Ekman 2006-06-06 00:41:18 +00:00
parent 34b8ee6794
commit 74a778fdf0

1
dns.c
View File

@ -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
return rlen;
}
}