- Timestamp:
- Dec 30, 2015 3:44:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_session.c
r5184 r5221 1662 1662 pj_ice_sess_cand *lcand = &ice->lcand[i]; 1663 1663 pj_ice_sess_cand *rcand = &ice->rcand[j]; 1664 pj_ice_sess_check *chk = &clist->checks[clist->count];1664 pj_ice_sess_check *chk = NULL; 1665 1665 1666 1666 if (clist->count >= PJ_ICE_MAX_CHECKS) { … … 1668 1668 return PJ_ETOOMANY; 1669 1669 } 1670 1671 chk = &clist->checks[clist->count]; 1670 1672 1671 1673 /* A local candidate is paired with a remote candidate if
Note: See TracChangeset
for help on using the changeset viewer.