Changeset 2905
- Timestamp:
- Aug 20, 2009 10:42:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_session.c
r2827 r2905 2314 2314 } 2315 2315 2316 /* Sort valid_list */2317 sort_checklist(&ice->valid_list);2318 2319 2316 /* Update valid check and nominated check for the component */ 2320 2317 update_comp_check(ice, new_check->lcand->comp_id, new_check); 2318 2319 /* Sort valid_list (must do so after update_comp_check(), otherwise 2320 * new_check will point to something else (#953) 2321 */ 2322 sort_checklist(&ice->valid_list); 2321 2323 2322 2324 /* 7.1.2.2.2. Updating Pair States
Note: See TracChangeset
for help on using the changeset viewer.