mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-28 10:39:33 -05:00
correct byte count in comment
This commit is contained in:
parent
889b979a0e
commit
6ca79ff727
1 changed files with 1 additions and 1 deletions
|
|
@ -1096,7 +1096,7 @@ static int dtio_read_accept_frame(struct dt_io_thread* dtio)
|
|||
read_frame_done = 4; /* control frame type */
|
||||
|
||||
/* Iterate over control fields, ignore unknown types.
|
||||
* Need to be able to read at least 2 bytes (control field type +
|
||||
* Need to be able to read at least 8 bytes (control field type +
|
||||
* length). */
|
||||
while(read_frame_done+8 < dtio->read_frame.frame_len) {
|
||||
uint32_t type = sldns_read_uint32(dtio->read_frame.buf +
|
||||
|
|
|
|||
Loading…
Reference in a new issue