Changeset 2857
- Timestamp:
- Aug 11, 2009 12:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transaction.c
r2797 r2857 547 547 */ 548 548 pj_assert(pj_hash_get( mod_tsx_layer.htable, 549 &tsx->transaction_key.ptr,549 tsx->transaction_key.ptr, 550 550 tsx->transaction_key.slen, 551 551 NULL) == NULL);
Note: See TracChangeset
for help on using the changeset viewer.