Ignore:
Timestamp:
Aug 11, 2009 12:36:49 PM (15 years ago)
Author:
nanang
Message:

Misc fix (ticket #915): Fixed bug in checking transaction registration with same key, passing wrong pointer of transaction key.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r2797 r2857  
    547547     */ 
    548548    pj_assert(pj_hash_get( mod_tsx_layer.htable,  
    549                            &tsx->transaction_key.ptr, 
     549                           tsx->transaction_key.ptr, 
    550550                           tsx->transaction_key.slen,  
    551551                           NULL) == NULL); 
Note: See TracChangeset for help on using the changeset viewer.