mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 01:37:14 +00:00
Tue Jun 23 08:41:35 CDT 2009 Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
* sresolv/sres.c: a comment to clarify code git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13921 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1467688ed2
commit
7b8332d2d4
@ -1 +1 @@
|
|||||||
Tue Jun 23 14:47:05 CDT 2009
|
Tue Jun 23 14:47:41 CDT 2009
|
||||||
|
@ -3606,7 +3606,9 @@ sres_decode_msg(sres_resolver_t *res,
|
|||||||
if ((m->m_flags & 15) == SRES_FORMAT_ERR && query->q_edns)
|
if ((m->m_flags & 15) == SRES_FORMAT_ERR && query->q_edns)
|
||||||
return SRES_EDNS0_ERR;
|
return SRES_EDNS0_ERR;
|
||||||
|
|
||||||
/* Scan question section */
|
/* Scan question section.
|
||||||
|
* XXX: never mind the useless result values, this is done
|
||||||
|
* for the side effects in m */
|
||||||
for (i = 0; i < m->m_qdcount; i++) {
|
for (i = 0; i < m->m_qdcount; i++) {
|
||||||
char name[1024];
|
char name[1024];
|
||||||
uint16_t qtype, qclass;
|
uint16_t qtype, qclass;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user