Changeset 292
- Timestamp:
- Mar 6, 2006 1:34:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_ua_layer.c
r253 r292 445 445 pj_mutex_unlock(tsx->mutex); 446 446 447 return dlg->dlg_set; 447 /* Dlg may be NULL on some extreme condition 448 * (e.g. during debugging where initially there is a dialog) 449 */ 450 return dlg ? dlg->dlg_set : NULL; 448 451 449 452 } else {
Note: See TracChangeset
for help on using the changeset viewer.