mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Record types which support a empty rdata field were not handling the empty rdata field case.
This commit is contained in:
@@ -933,7 +933,7 @@ dns_rdata_fromtext(dns_rdata_t *rdata, dns_rdataclass_t rdclass,
|
||||
callback = default_fromtext_callback;
|
||||
|
||||
result = isc_lex_getmastertoken(lexer, &token, isc_tokentype_qstring,
|
||||
false);
|
||||
true);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
name = isc_lex_getsourcename(lexer);
|
||||
line = isc_lex_getsourceline(lexer);
|
||||
|
Reference in New Issue
Block a user