Ignore:
Timestamp:
Jan 20, 2007 7:17:47 PM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #65: broken pjsip-test compilation because of recent changes in transport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/transport_udp_test.c

    r624 r890  
    6262    status = pjsip_endpt_acquire_transport(endpt, PJSIP_TRANSPORT_UDP,  
    6363                                           &rem_addr, sizeof(rem_addr), 
    64                                            &tp); 
     64                                           NULL, &tp); 
    6565    if (status != PJ_SUCCESS) 
    6666        return -50; 
Note: See TracChangeset for help on using the changeset viewer.