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-apps/src/pjsua/pjsua_app.c

    r563 r582  
    17401740                } 
    17411741 
    1742                 pj_memset(&buddy_cfg, 0, sizeof(pjsua_buddy_config)); 
     1742                pj_bzero(&buddy_cfg, sizeof(pjsua_buddy_config)); 
    17431743 
    17441744                buddy_cfg.uri = pj_str(buf); 
Note: See TracChangeset for help on using the changeset viewer.