Ignore:
Timestamp:
Jul 23, 2006 10:10:35 AM (17 years ago)
Author:
bennylp
Message:

Improvement/bug fix in hash table lookup to allow user to specify the hash value, and modify transaction to take advantage of this feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/hash.c

    r583 r623  
    205205{ 
    206206    pj_hash_entry *entry; 
    207  
    208     if (hval) *hval = 0; 
    209207    entry = *find_entry( NULL, ht, key, keylen, NULL, hval, NULL); 
    210208    return entry ? entry->value : NULL; 
Note: See TracChangeset for help on using the changeset viewer.