mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-13 05:50:54 +00: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)
|
if(ttl == T_NULL && rlen)
|
||||||
memcpy(buf, rdata, rlen);
|
memcpy(buf, rdata, rlen);
|
||||||
|
|
||||||
// TODO is any data attached? find out and copy into buf and return length
|
|
||||||
return rlen;
|
return rlen;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue