Changeset 2708


Ignore:
Timestamp:
May 18, 2009 8:34:07 AM (15 years ago)
Author:
bennylp
Message:

More ticket #851: bug on Role Conflict case. The (now) controlling agent is resending the Binding request but without USE-CANDIDATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjnath/src/pjnath/ice_session.c

    r2707 r2708  
    20422042            check_set_state(ice, check, PJ_ICE_SESS_CHECK_STATE_WAITING, 0); 
    20432043            perform_check(ice, clist, msg_data->data.req.ckid,  
    2044                           check->nominated); 
     2044                          check->nominated || ice->is_nominating); 
    20452045            pj_mutex_unlock(ice->mutex); 
    20462046            return; 
Note: See TracChangeset for help on using the changeset viewer.