Changeset 582 for pjproject/trunk/pjsip/src/pjsip/sip_util.c
- Timestamp:
- Jul 3, 2006 3:19:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_util.c
r499 r582 706 706 * Otherwise we're in trouble (i.e. there's no host part in tel: URL). 707 707 */ 708 pj_ memset(dest_info, 0, sizeof(*dest_info));708 pj_bzero(dest_info, sizeof(*dest_info)); 709 709 710 710 if (PJSIP_URI_SCHEME_IS_SIPS(target_uri)) {
Note: See TracChangeset
for help on using the changeset viewer.