Ignore:
Timestamp:
Jul 3, 2006 3:19:31 PM (18 years ago)
Author:
bennylp
Message:

Change all pj_memset to pj_bzero(), where applicable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_util.c

    r499 r582  
    706706     * Otherwise we're in trouble (i.e. there's no host part in tel: URL). 
    707707     */ 
    708     pj_memset(dest_info, 0, sizeof(*dest_info)); 
     708    pj_bzero(dest_info, sizeof(*dest_info)); 
    709709 
    710710    if (PJSIP_URI_SCHEME_IS_SIPS(target_uri)) { 
Note: See TracChangeset for help on using the changeset viewer.