зеркало из https://github.com/mozilla/gecko-dev.git
bug 101637, expire master password after each time it is used, r=law, sr=alecf
This commit is contained in:
Родитель
23af20d63f
Коммит
fe74f06966
|
@ -467,12 +467,12 @@ nsWalletlibService::OnStateChange(nsIWebProgress* aWebProgress,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (expireMasterPassword) {
|
||||||
|
PRBool status;
|
||||||
|
WLLT_ExpirePassword(&status);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (expireMasterPassword) {
|
|
||||||
PRBool status;
|
|
||||||
WLLT_ExpirePassword(&status);
|
|
||||||
}
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче