summaryrefslogtreecommitdiff
path: root/security/nss/lib/pk11wrap/pk11load.c
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2006-08-18 22:56:18 +0000
committerwtchang%redhat.com <devnull@localhost>2006-08-18 22:56:18 +0000
commit23086bd8d9b1b47b93de40c528cd0712fb4d326b (patch)
treedf3c97803bf28d09bdb64c0b4e57f446ab28b756 /security/nss/lib/pk11wrap/pk11load.c
parentc6be221bd82f81c8fc9078a02963bd97246c7fa8 (diff)
downloadnss-hg-23086bd8d9b1b47b93de40c528cd0712fb4d326b.tar.gz
Backed out the unnecessary change in the previous checkin.
Diffstat (limited to 'security/nss/lib/pk11wrap/pk11load.c')
-rw-r--r--security/nss/lib/pk11wrap/pk11load.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/nss/lib/pk11wrap/pk11load.c b/security/nss/lib/pk11wrap/pk11load.c
index 8dc552301..d0d305eb4 100644
--- a/security/nss/lib/pk11wrap/pk11load.c
+++ b/security/nss/lib/pk11wrap/pk11load.c
@@ -145,7 +145,6 @@ secmod_ModuleInit(SECMODModule *mod, PRBool* alreadyLoaded)
} else {
moduleArgs = secmodLockFunctions;
moduleArgs.LibraryParameters = (void *) mod->libraryParams;
- moduleArgs.pReserved = NULL;
pInitArgs = &moduleArgs;
}
crv = PK11_GETTAB(mod)->C_Initialize(pInitArgs);