Changeset 1343


Ignore:
Timestamp:
Jun 6, 2007 12:02:41 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen)

File:
1 edited

Legend:

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

    r1338 r1343  
    477477 
    478478        if (status == PJ_SUCCESS) { 
    479             if (ice_st->ice==NULL || 
     479            if (ice_st->ice==NULL && 
    480480                (comp->stun_sess && 
    481481                 pj_memcmp(comp->pkt+8, comp->ka_tsx_id, 12) == 0))  
Note: See TracChangeset for help on using the changeset viewer.