]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
RETTOK -> RETERR
authorMark Andrews <marka@isc.org>
Sat, 8 Dec 2012 20:45:51 +0000 (07:45 +1100)
committerMark Andrews <marka@isc.org>
Sat, 8 Dec 2012 20:45:51 +0000 (07:45 +1100)
lib/dns/rdata/generic/txt_16.c

index be889808a0c9328cad465654c4214daa89c3dd78..2056a31a7c30fcc47036ebd05096e058e323cd75 100644 (file)
@@ -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 (;;) {