Ignore:
Timestamp:
Sep 25, 2013 4:57:26 AM (9 years ago)
Author:
nanang
Message:

Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE candidate types.

File:
1 edited

Legend:

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

    r4585 r4602  
    6666 
    6767/* The candidate type preference when STUN candidate is used */ 
    68 static pj_uint8_t srflx_pref_table[4] =  
     68static pj_uint8_t srflx_pref_table[PJ_ICE_CAND_TYPE_MAX] =  
    6969{ 
    7070#if PJNATH_ICE_PRIO_STD 
Note: See TracChangeset for help on using the changeset viewer.