Changeset 1617
- Timestamp:
- Dec 5, 2007 4:08:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c
r1610 r1617 901 901 " for registration", 902 902 status); 903 pjsip_regc_destroy(acc->regc); 904 acc->regc = NULL; 903 905 return status; 904 906 } … … 914 916 "Client registration initialization error", 915 917 status); 918 pjsip_regc_destroy(acc->regc); 919 acc->regc = NULL; 916 920 return status; 917 921 } … … 1433 1437 * to use IPv6 as well. 1434 1438 */ 1435 if (pj_strchr( suri, ':'))1439 if (pj_strchr(&sip_uri->host, ':')) 1436 1440 tp_type = (pjsip_transport_type_e)(((int)tp_type) + PJSIP_TRANSPORT_IPV6); 1437 1441
Note: See TracChangeset
for help on using the changeset viewer.