Ignore:
Timestamp:
Mar 18, 2007 9:29:45 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #187: Bug with destination address calculation for strict route set (thanks Hoi-Ho Chan)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r974 r1079  
    12001200     * This will be updated whenever transport has changed. 
    12011201     */ 
    1202     status = pjsip_get_request_addr(tdata, &dst_info); 
     1202    status = pjsip_get_request_dest(tdata, &dst_info); 
    12031203    if (status != PJ_SUCCESS) { 
    12041204        tsx_destroy(tsx); 
Note: See TracChangeset for help on using the changeset viewer.