- Timestamp:
- Feb 27, 2013 9:54:51 AM (10 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x
- Property svn:mergeinfo changed
/pjproject/trunk merged: 4165,4169
- Property svn:mergeinfo changed
-
pjproject/branches/1.x/pjsip/src/pjsip/sip_util_statefull.c
r3553 r4379 60 60 struct tsx_data *tsx_data; 61 61 62 if (event->type != PJSIP_EVENT_TSX_STATE) 62 /* Check if the module has been unregistered (see ticket #1535) and also 63 * verify the event type. 64 */ 65 if (mod_stateful_util.id < 0 || event->type != PJSIP_EVENT_TSX_STATE) 63 66 return; 64 67
Note: See TracChangeset
for help on using the changeset viewer.