mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
RETTOK -> RETERR
This commit is contained in:
parent
ecf5a60f1e
commit
50aaa90130
@ -42,7 +42,7 @@ fromtext_txt(ARGS_FROMTEXT) {
|
||||
isc_textregion_t r;
|
||||
DE_CONST("#", r.base);
|
||||
r.length = 1;
|
||||
RETTOK(txt_fromtext(&r, target));
|
||||
RETERR(txt_fromtext(&r, target));
|
||||
strings++;
|
||||
}
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user