From 74a778fdf0e22fba89c0f62807966f849d6868b4 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Tue, 6 Jun 2006 00:41:18 +0000 Subject: [PATCH] removed old comment --- dns.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dns.c b/dns.c index 588d372..1a94524 100644 --- a/dns.c +++ b/dns.c @@ -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; } }