Changeset 5170 for pjproject/trunk/pjsip/src/test/tsx_uas_test.c
- Timestamp:
- Aug 25, 2015 8:45:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/test/tsx_uas_test.c
r4893 r5170 262 262 /* Schedule timer to send response for the specified UAS transaction */ 263 263 static void schedule_send_response( pjsip_rx_data *rdata, 264 const pj_str_t *tsx_key ,264 const pj_str_t *tsx_key_, 265 265 int status_code, 266 266 int msec_delay ) … … 281 281 282 282 r = PJ_POOL_ALLOC_T(tdata->pool, struct response); 283 pj_strdup(tdata->pool, &r->tsx_key, tsx_key );283 pj_strdup(tdata->pool, &r->tsx_key, tsx_key_); 284 284 r->tdata = tdata; 285 285
Note: See TracChangeset
for help on using the changeset viewer.