~ubuntu-branches/ubuntu/raring/nss/raring-security

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/softoken/legacydb/lginit.c

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-03-24 22:30:28 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20110324223028-kfpl4fp4i7od620r
Tags: 3.12.9+ckbi-1.82-0ubuntu1
New upstream release v3.12.9 with updated ckbi module
(NSS_3_12_9_WITH_CKBI_1_82_RTM ) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * the terms of any one of the MPL, the GPL or the LGPL.
37
37
 *
38
38
 * ***** END LICENSE BLOCK ***** */
39
 
/* $Id: lginit.c,v 1.14 2009/02/03 23:18:48 julien.pierre.boogz%sun.com Exp $ */
 
39
/* $Id: lginit.c,v 1.14.22.1 2011/01/06 19:55:02 wtc%google.com Exp $ */
40
40
 
41
41
#include "lowkeyi.h"
42
42
#include "pcert.h"
540
540
        goto loser;
541
541
    }
542
542
 
 
543
    sdb->private = lgdb_p;
 
544
    sdb->version = 0;
543
545
    sdb->sdb_type = SDB_LEGACY;
544
546
    sdb->sdb_flags = flags;
545
 
    sdb->private = lgdb_p;
 
547
    sdb->app_private = NULL;
546
548
    sdb->sdb_FindObjectsInit = lg_FindObjectsInit;
547
549
    sdb->sdb_FindObjects = lg_FindObjects;
548
550
    sdb->sdb_FindObjectsFinal = lg_FindObjectsFinal;