- Timestamp:
- Dec 14, 2007 5:18:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport.c
r1611 r1631 476 476 PJ_DEF(char*) pjsip_tx_data_get_info( pjsip_tx_data *tdata ) 477 477 { 478 if (tdata==NULL || tdata->msg==NULL) 479 return "NULL"; 478 480 479 481 if (tdata->info) 480 482 return tdata->info; 481 482 if (tdata==NULL || tdata->msg==NULL)483 return "NULL";484 483 485 484 pj_lock_acquire(tdata->lock);
Note: See TracChangeset
for help on using the changeset viewer.