Changeset 3692 for pjproject/branches/1.x/pjlib/src/pj/sock_common.c
- Timestamp:
- Aug 11, 2011 8:45:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjlib/src/pj/sock_common.c
r3553 r3692 785 785 PJ_SOCKADDR_RESET_LEN(addr); 786 786 787 #if defined(PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION) && \ 788 PJ_GETHOSTIP_DISABLE_LOCAL_RESOLUTION == 1 787 789 /* Get hostname's IP address */ 788 790 count = 1; … … 798 800 pj_sockaddr_print(&ai.ai_addr, strip, sizeof(strip), 0))); 799 801 } 800 802 #else 803 PJ_UNUSED_ARG(ai); 804 PJ_UNUSED_ARG(count); 805 #endif 801 806 802 807 /* Get default interface (interface for default route) */
Note: See TracChangeset
for help on using the changeset viewer.