Changeset 941 for pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
- Timestamp:
- Feb 12, 2007 2:59:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_core.c
r923 r941 834 834 } 835 835 836 status = pj_sock_bind_in(sock, bound_addr.s_addr, (pj_uint16_t)port); 836 status = pj_sock_bind_in(sock, pj_ntohl(bound_addr.s_addr), 837 (pj_uint16_t)port); 837 838 if (status != PJ_SUCCESS) { 838 839 pjsua_perror(THIS_FILE, "bind() error", status);
Note: See TracChangeset
for help on using the changeset viewer.