~ubuntu-branches/ubuntu/karmic/nss/karmic-updates

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/libpkix/pkix_pl_nss/system/pkix_pl_hashtable.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-06-16 13:23:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090616132347-311ysb8oep74b98y
Tags: 3.12.3-0ubuntu1
* new upstream release 3.12.3 RTM (NSS_3_12_3_RTM) (LP: #387751)
* adjust patches to changed upstream code base
  - update debian/patches/38_kbsd.patch
* needs nspr >= 4.7.4
  - update debian/control
* update 85_security_load.patch to latest debian version
  - update debian/patches/85_security_load.patch
* add new symbols for 3.12.3
  - update debian/libnss3-1d.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                plContext),
278
278
                PKIX_PRIMHASHTABLEADDFAILED);
279
279
 
280
 
        PKIX_MUTEX_UNLOCK(ht->tableLock);
281
 
 
282
280
        PKIX_INCREF(key);
283
281
        PKIX_INCREF(value);
 
282
        PKIX_MUTEX_UNLOCK(ht->tableLock);
284
283
 
285
284
        /*
286
285
         * we don't call PKIX_PL_InvalidateCache here b/c we have
404
403
                plContext),
405
404
                PKIX_PRIMHASHTABLELOOKUPFAILED);
406
405
 
407
 
        PKIX_MUTEX_UNLOCK(ht->tableLock);
408
 
 
409
406
        PKIX_INCREF(result);
 
407
        PKIX_MUTEX_UNLOCK(ht->tableLock);
 
408
 
410
409
        *pResult = result;
411
410
 
412
411
cleanup: