mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-29 08:00:27 -04:00
RETTOK -> RETERR
This commit is contained in:
parent
155b56e918
commit
dac630a1bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue