Changeset 733 for pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
- Timestamp:
- Sep 22, 2006 12:48:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/evsub.c
r712 r733 880 880 pjsip_dlg_inc_lock(sub->dlg); 881 881 882 /* I think it's pretty safe to disable this check. 883 882 884 if (sub->pending_tsx) { 883 885 pj_assert(!"Unable to terminate when there's pending tsx"); … … 885 887 return PJ_EINVALIDOP; 886 888 } 889 */ 887 890 888 891 sub->call_cb = notify;
Note: See TracChangeset
for help on using the changeset viewer.