Changeset 3826
- Timestamp:
- Oct 18, 2011 9:41:56 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib/src/pj/sock_common.c
r3693 r3826 785 785 PJ_SOCKADDR_RESET_LEN(addr); 786 786 787 #if defined(PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION) &&\788 PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION != 0787 #if !defined(PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION) || \ 788 PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION == 0 789 789 /* Get hostname's IP address */ 790 790 count = 1;
Note: See TracChangeset
for help on using the changeset viewer.