Changeset 754 for pjproject/trunk/pjlib-util/src/pjlib-util/dns.c
- Timestamp:
- Oct 8, 2006 1:56:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/dns.c
r753 r754 456 456 sizeof(pj_dns_parsed_query)); 457 457 for (i=0; i<res->hdr.qdcount; ++i) { 458 int parsed_len ;458 int parsed_len = 0; 459 459 460 460 status = parse_query(&res->q[i], pool, packet, start, end,
Note: See TracChangeset
for help on using the changeset viewer.