Ignore:
Timestamp:
Sep 28, 2011 4:20:30 AM (13 years ago)
Author:
ming
Message:

Re #1266: Fixed failed automated tests for ICE

File:
1 edited

Legend:

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

    r3753 r3775  
    586586    pj_lock_release(ice_st->init_lock); 
    587587 
     588    PJ_LOG(4,(ice_st->obj_name, "ICE stream transport created")); 
     589 
     590    *p_ice_st = ice_st; 
     591 
    588592    /* Check if all candidates are ready (this may call callback) */ 
    589593    sess_init_update(ice_st); 
    590594 
    591     PJ_LOG(4,(ice_st->obj_name, "ICE stream transport created")); 
    592  
    593     *p_ice_st = ice_st; 
    594595    pj_log_pop_indent(); 
    595596 
Note: See TracChangeset for help on using the changeset viewer.