* sresolv/sres.c: a comment to clarify code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13921
d0543943-73ff-0310-b7d9-
9358b9ac24b2
-Tue Jun 23 14:47:05 CDT 2009
+Tue Jun 23 14:47:41 CDT 2009
if ((m->m_flags & 15) == SRES_FORMAT_ERR && query->q_edns)
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++) {
char name[1024];
uint16_t qtype, qclass;