Changeset 1344


Ignore:
Timestamp:
Jun 6, 2007 12:05:42 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #322: Crash in ICE when adding peer reflexive candidate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r1291 r1344  
    17831783 
    17841784        /* Add new peer reflexive candidate */ 
    1785         status = pj_ice_sess_add_cand(ice, lcand->comp_id,  
     1785        status = pj_ice_sess_add_cand(ice, check->lcand->comp_id,  
    17861786                                      PJ_ICE_CAND_TYPE_PRFLX, 
    17871787                                      65535, &foundation, 
Note: See TracChangeset for help on using the changeset viewer.