Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: nss/lib/pk11wrap/pk11util.c

Issue 1017413002: Uprev NSS to 3.18 RTM (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@nspr_uprev
Patch Set: Rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nss/lib/pk11wrap/pk11pub.h ('k') | nss/lib/pki/pki3hack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/pk11wrap/pk11util.c
diff --git a/nss/lib/pk11wrap/pk11util.c b/nss/lib/pk11wrap/pk11util.c
index 58ff5da9677c297cad05c8adfc8407adacf8b5a1..4a384ad5bc2a572675627f2e76dc17766577336f 100644
--- a/nss/lib/pk11wrap/pk11util.c
+++ b/nss/lib/pk11wrap/pk11util.c
@@ -1185,7 +1185,7 @@ end_wait:
SECStatus
SECMOD_CancelWait(SECMODModule *mod)
{
- unsigned long controlMask = mod->evControlMask;
+ unsigned long controlMask;
SECStatus rv = SECSuccess;
CK_RV crv;
« no previous file with comments | « nss/lib/pk11wrap/pk11pub.h ('k') | nss/lib/pki/pki3hack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698