Changeset 5999 for pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
- Timestamp:
- May 23, 2019 9:07:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r5995 r5999 1871 1871 call_opt.vid_cnt = app_config.vid.vid_cnt; 1872 1872 1873 #if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0 1873 1874 /* Wipe out TLS key settings in transport configs */ 1874 1875 pjsip_tls_setting_wipe_keys(&app_config.udp_cfg.tls_setting); 1876 #endif 1875 1877 1876 1878 pj_pool_release(tmp_pool); … … 2023 2025 } 2024 2026 2027 #if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0 2025 2028 /* Wipe out TLS key settings in transport configs */ 2026 2029 pjsip_tls_setting_wipe_keys(&app_config.udp_cfg.tls_setting); 2030 #endif 2027 2031 2028 2032 /* Reset config */
Note: See TracChangeset
for help on using the changeset viewer.