Changeset 1079 for pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
- Timestamp:
- Mar 18, 2007 9:29:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r974 r1079 1200 1200 * This will be updated whenever transport has changed. 1201 1201 */ 1202 status = pjsip_get_request_ addr(tdata, &dst_info);1202 status = pjsip_get_request_dest(tdata, &dst_info); 1203 1203 if (status != PJ_SUCCESS) { 1204 1204 tsx_destroy(tsx);
Note: See TracChangeset
for help on using the changeset viewer.