Changeset 2127 for pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
- Timestamp:
- Jul 12, 2008 9:10:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r2039 r2127 678 678 pj_hash_iterator_t *next = pj_hash_next(mod_tsx_layer.htable, it); 679 679 if (tsx) { 680 pjsip_tsx_terminate(tsx, PJSIP_SC_SERVICE_UNAVAILABLE); 680 681 mod_tsx_layer_unregister_tsx(tsx); 681 682 tsx_destroy(tsx);
Note: See TracChangeset
for help on using the changeset viewer.