Ignore:
Timestamp:
Oct 8, 2006 1:56:07 PM (18 years ago)
Author:
bennylp
Message:

Added pjlib-util/config.h and pjlib-util/types.h to put
together common settings, and updated Doxygen documentation
for PJLIB-UTIL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/src/pjlib-util/dns.c

    r753 r754  
    456456                                      sizeof(pj_dns_parsed_query)); 
    457457        for (i=0; i<res->hdr.qdcount; ++i) { 
    458             int parsed_len; 
     458            int parsed_len = 0; 
    459459             
    460460            status = parse_query(&res->q[i], pool, packet, start, end, 
Note: See TracChangeset for help on using the changeset viewer.