From fe74f0696608f7757632517c9aeb04d973fc338c Mon Sep 17 00:00:00 2001 From: "morse%netscape.com" Date: Tue, 9 Oct 2001 19:32:04 +0000 Subject: [PATCH] bug 101637, expire master password after each time it is used, r=law, sr=alecf --- extensions/wallet/src/nsWalletService.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/wallet/src/nsWalletService.cpp b/extensions/wallet/src/nsWalletService.cpp index 44bd20fecf39..cbaa643a8977 100644 --- a/extensions/wallet/src/nsWalletService.cpp +++ b/extensions/wallet/src/nsWalletService.cpp @@ -467,12 +467,12 @@ nsWalletlibService::OnStateChange(nsIWebProgress* aWebProgress, } } } + if (expireMasterPassword) { + PRBool status; + WLLT_ExpirePassword(&status); + } } } - if (expireMasterPassword) { - PRBool status; - WLLT_ExpirePassword(&status); - } return rv; }