提交 7b8332d2 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 1467688e
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)
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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论