bug 101637, expire master password after each time it is used, r=law, sr=alecf

This commit is contained in:
morse%netscape.com 2001-10-09 19:32:04 +00:00
Родитель 23af20d63f
Коммит fe74f06966
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -467,12 +467,12 @@ nsWalletlibService::OnStateChange(nsIWebProgress* aWebProgress,
}
}
}
if (expireMasterPassword) {
PRBool status;
WLLT_ExpirePassword(&status);
}
}
}
if (expireMasterPassword) {
PRBool status;
WLLT_ExpirePassword(&status);
}
return rv;
}