Changeset 5893


Ignore:
Timestamp:
Sep 26, 2018 10:29:37 AM (6 years ago)
Author:
ming
Message:

Re #2155: Fixed incorrect parameter passed to pjsua_call_cleanup_flag()

File:
1 edited

Legend:

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

    r5892 r5893  
    39513951                acc->ip_change_op = PJSUA_IP_CHANGE_OP_ACC_REINVITE_CALLS; 
    39523952 
    3953                 pjsua_call_cleanup_flag(&call_info.setting.flag); 
     3953                pjsua_call_cleanup_flag(&call_info.setting); 
    39543954                call_info.setting.flag |= 
    39553955                                         acc->cfg.ip_change_cfg.reinvite_flags; 
Note: See TracChangeset for help on using the changeset viewer.