Ignore:
Timestamp:
Aug 9, 2006 1:53:59 PM (18 years ago)
Author:
bennylp
Message:

Fixed run-time bug with simple_ua and pjsip-perf sample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/samples/pjsip-perf.c

    r657 r668  
    397397    pj_bool_t has_initial = PJ_TRUE; 
    398398 
     399    PJ_UNUSED_ARG(h); 
     400 
    399401    entry->id = 0; 
    400402    send_response(call->inv, NULL, 200, &has_initial); 
     
    533535    } else { 
    534536        /* Send the 200 response immediately . */   
    535         status = pjsip_inv_send_msg(call->inv, tdata);  
     537        status = send_response(call->inv, rdata, 200, &has_initial); 
    536538        PJ_ASSERT_ON_FAIL(status == PJ_SUCCESS, return PJ_TRUE); 
    537539    } 
Note: See TracChangeset for help on using the changeset viewer.