Changeset 2195
- Timestamp:
- Aug 7, 2008 9:43:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_strans.c
r2136 r2195 778 778 779 779 if (ice_st->ice && ice_st->ice->rcand_cnt) { 780 return (ice_st->comp_cnt < ice_st->ice->rcand_cnt) ? 781 ice_st->comp_cnt : ice_st->ice->rcand_cnt; 780 return ice_st->ice->comp_cnt; 782 781 } else { 783 782 return ice_st->comp_cnt;
Note: See TracChangeset
for help on using the changeset viewer.