]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-12042: [sofia-sip] Fix typo in sresolv.
authorAndrey Volk <andywolk@gmail.com>
Mon, 9 Sep 2019 16:48:13 +0000 (20:48 +0400)
committerAndrey Volk <andywolk@gmail.com>
Mon, 9 Sep 2019 18:12:10 +0000 (22:12 +0400)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/sresolv/sres_sip.c

index 8fcd3faae4b766512113120431410ae83ecba747..3f2302fd37cd7d5fd90fc1bc16ab5d093fe868c8 100644 (file)
@@ -1 +1 @@
-Mon Aug 19 16:25:57 CDT 2019
+Mon Sep 09 11:45:57 CDT 2019
index bc03a69cfbc31b1c1fd1c996bf1ebd2f1565c253..9dd0e3f347263256161ef2e5d0eddb490178a66b 100644 (file)
@@ -904,7 +904,7 @@ sres_sip_log_answers(sres_sip_t *srs,
       SU_DEBUG_5(("srs(%p): %s IN CNAME %s\n", (void *)srs, domain, cname));
     }
 #if SU_HAVE_IN6
-    else if (type == sres_type_cname) {
+    else if (type == sres_type_aaaa) {
       sres_aaaa_record_t const *aaaa = sr->sr_aaaa;
       su_inet_ntop(AF_INET6, &aaaa->aaaa_addr, addr, sizeof(addr));
       SU_DEBUG_5(("srs(%p): %s IN AAAA %s\n", (void *)srs, domain, addr));