Both asr_private.h and asr_utils.c have mname before rname but not asr_debug.c.

Index: asr_debug.c
===================================================================
RCS file: /cvs/src/lib/libc/asr/asr_debug.c,v
retrieving revision 1.26
diff -u -p -r1.26 asr_debug.c
--- asr_debug.c 3 Jul 2019 03:24:03 -0000       1.26
+++ asr_debug.c 30 Mar 2021 10:11:45 -0000
@@ -101,8 +101,8 @@ print_rr(const struct asr_dns_rr *rr, ch
                break;
        case T_SOA:
                snprintf(buf, max, "%s %s %lu %lu %lu %lu %lu",
-                   print_dname(rr->rr.soa.rname, tmp, sizeof tmp),
-                   print_dname(rr->rr.soa.mname, tmp2, sizeof tmp2),
+                   print_dname(rr->rr.soa.mname, tmp, sizeof tmp),
+                   print_dname(rr->rr.soa.rname, tmp2, sizeof tmp2),
                    (unsigned long)rr->rr.soa.serial,
                    (unsigned long)rr->rr.soa.refresh,
                    (unsigned long)rr->rr.soa.retry,


--
Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/

Reply via email to