- Timestamp:
- Jun 17, 2009 12:13:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_util.c
r2756 r2766 811 811 pj_strchr(&dest_info->addr.host, ':')) 812 812 { 813 dest_info->type |= PJSIP_TRANSPORT_IPV6; 813 dest_info->type = (pjsip_transport_type_e) 814 ((int)dest_info->type | PJSIP_TRANSPORT_IPV6); 814 815 } 815 816
Note: See TracChangeset
for help on using the changeset viewer.