Changeset 3009
- Timestamp:
- Nov 10, 2009 10:54:11 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua-lib/pjsua_pres.c
r2968 r3009 1457 1457 1458 1458 /* Determine whether to resubscribe automatically */ 1459 if (event ->type==PJSIP_EVENT_TSX_STATE) {1459 if (event && event->type==PJSIP_EVENT_TSX_STATE) { 1460 1460 const pjsip_transaction *tsx = event->body.tsx_state.tsx; 1461 1461 if (pjsip_method_cmp(&tsx->method,
Note: See TracChangeset
for help on using the changeset viewer.