Ignore:
Timestamp:
Apr 23, 2007 4:22:52 PM (17 years ago)
Author:
bennylp
Message:

Fixed mingw build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/split-3rd-party/pjnath/src/pjnath/ice_session.c

    r1210 r1211  
    14531453 
    14541454    /* Cannot start check because there's no suitable candidate pair. 
    1455      * Set checklist state to Completed. 
    1456      */ 
    1457     if (start_count==0) { 
    1458         clist_set_state(ice, clist, PJ_ICE_SESS_CHECKLIST_ST_COMPLETED); 
    1459  
    1460     } else { 
     1455     */ 
     1456    if (start_count!=0) { 
    14611457        /* Schedule for next timer */ 
    14621458        pj_time_val timeout = {0, PJ_ICE_TA_VAL}; 
Note: See TracChangeset for help on using the changeset viewer.