Ignore:
Timestamp:
Mar 23, 2007 8:12:45 PM (17 years ago)
Author:
bennylp
Message:

Added/updated VS8 projects for pjnath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath-test/ice_test.c

    r1096 r1100  
    174174 
    175175    /* Add host candidate */ 
    176     status = pj_ice_st_add_host_interface(im1, 1, 65535, NULL, NULL, PJ_FALSE, NULL); 
     176    status = pj_ice_st_add_host_interface(im1, 1, 65535, NULL, NULL); 
    177177    if (status != PJ_SUCCESS) 
    178178        return -21; 
     
    193193 
    194194    /* Add host candidate */ 
    195     status = pj_ice_st_add_host_interface(im2, 1, 65535, NULL, NULL, PJ_FALSE, NULL); 
     195    status = pj_ice_st_add_host_interface(im2, 1, 65535, NULL, NULL); 
    196196    if (status != PJ_SUCCESS) 
    197197        return -27; 
Note: See TracChangeset for help on using the changeset viewer.