- Timestamp:
- Oct 14, 2009 10:36:32 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_session.c
r2905 r2944 1905 1905 1906 1906 /* And (re)start the periodic check */ 1907 if ( !ice->clist.timer.id) {1907 if (ice->clist.timer.id) { 1908 1908 pj_timer_heap_cancel(ice->stun_cfg.timer_heap, &ice->clist.timer); 1909 1909 ice->clist.timer.id = PJ_FALSE;
Note: See TracChangeset
for help on using the changeset viewer.