Changeset 2944 for pjproject


Ignore:
Timestamp:
Oct 14, 2009 10:36:32 AM (15 years ago)
Author:
bennylp
Message:

Fixed ticket #971: Assertion in ICE with regular nomination strategy when registering timer

File:
1 edited

Legend:

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

    r2905 r2944  
    19051905 
    19061906    /* And (re)start the periodic check */ 
    1907     if (!ice->clist.timer.id) { 
     1907    if (ice->clist.timer.id) { 
    19081908        pj_timer_heap_cancel(ice->stun_cfg.timer_heap, &ice->clist.timer); 
    19091909        ice->clist.timer.id = PJ_FALSE; 
Note: See TracChangeset for help on using the changeset viewer.