mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-24 23:52:55 -05:00
fix final comment: remove superfluous assert
This commit is contained in:
parent
3d50c25f5b
commit
543d6d5c13
1 changed files with 0 additions and 1 deletions
|
|
@ -853,7 +853,6 @@ rrinternal_parse_rdata(sldns_buffer* strbuf, char* token, size_t token_len,
|
|||
}
|
||||
/* The root label is one more character, so smaller
|
||||
* than 1 + 1 means no Svcparam Keys */
|
||||
assert(*rdata == 0);
|
||||
if (rdata_len < 2)
|
||||
return LDNS_WIREPARSE_ERR_OK;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue