mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-23 05:43:32 +02:00
removed old comment
This commit is contained in:
parent
34b8ee6794
commit
74a778fdf0
1 changed files with 0 additions and 1 deletions
1
dns.c
1
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue