Changeset 4615 for pjproject/trunk/pjsip/src/pjsip/sip_transport.c
- Timestamp:
- Oct 8, 2013 11:14:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r4537 r4615 578 578 PJ_DEF(char*) pjsip_tx_data_get_info( pjsip_tx_data *tdata ) 579 579 { 580 PJ_ASSERT_RETURN(tdata, "NULL"); 581 580 582 /* tdata->info may be assigned by application so if it exists 581 583 * just return it. … … 584 586 return tdata->info; 585 587 586 if (tdata ==NULL || tdata->msg==NULL)588 if (tdata->msg==NULL) 587 589 return "NULL"; 588 590
Note: See TracChangeset
for help on using the changeset viewer.