Ignore:
Timestamp:
May 22, 2012 3:29:28 AM (12 years ago)
Author:
bennylp
Message:

Fixed first problem in #1514: assertion when media transport initialization fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_media.c

    r4132 r4134  
    13141314 
    13151315    if (status != PJ_SUCCESS) { 
     1316        if (call->med_ch_info.status == PJ_SUCCESS) 
     1317            call->med_ch_info.status = status; 
    13161318        pjsua_media_prov_clean_up(call_id); 
    13171319        goto on_return; 
Note: See TracChangeset for help on using the changeset viewer.