Changeset 3693


Ignore:
Timestamp:
Aug 11, 2011 9:45:11 AM (13 years ago)
Author:
ming
Message:

Re #1342: minor fix for the #ifdef condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/pjlib/src/pj/sock_common.c

    r3692 r3693  
    786786 
    787787#if defined(PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION) && \ 
    788     PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION == 1 
     788    PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION != 0 
    789789    /* Get hostname's IP address */ 
    790790    count = 1; 
Note: See TracChangeset for help on using the changeset viewer.