Ignore:
Timestamp:
Jun 11, 2007 4:47:51 PM (17 years ago)
Author:
bennylp
Message:

Ticket #329: Added utility function to parse DNS A response in PJLIB-UTIL

File:
1 edited

Legend:

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

    r1242 r1356  
    5959    PJ_BUILD_ERR( PJLIB_UTIL_EDNSNOWORKINGNS,   "No working DNS nameserver"), 
    6060    PJ_BUILD_ERR( PJLIB_UTIL_EDNSNOANSWERREC,   "No answer record in the DNS response"), 
     61    PJ_BUILD_ERR( PJLIB_UTIL_EDNSINANSWER,      "Invalid DNS answer"), 
    6162 
    6263    PJ_BUILD_ERR( PJLIB_UTIL_EDNS_FORMERR,      "DNS \"Format error\""), 
Note: See TracChangeset for help on using the changeset viewer.