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_tcp_test.c

    r635 r890  
    6363    status = pjsip_endpt_acquire_transport(endpt, PJSIP_TRANSPORT_TCP,  
    6464                                           &rem_addr, sizeof(rem_addr), 
    65                                            &tcp); 
     65                                           NULL, &tcp); 
    6666    if (status != PJ_SUCCESS || tcp == NULL) { 
    6767        app_perror("   Error: unable to acquire TCP transport", status); 
Note: See TracChangeset for help on using the changeset viewer.