Remove change made to workaround DPM issue

Change-Id: I88a9663d513e13ecca5957c61e2e817a8bd847d5
This commit is contained in:
Marc Blank 2011-05-26 12:06:28 -07:00
parent 4ade29d6b0
commit 67fefe21b6
1 changed files with 0 additions and 4 deletions

View File

@ -287,10 +287,6 @@ public class SecurityPolicy {
* @return true if the requested policies are active, false if not.
*/
public boolean isActive(Policy policy) {
// Since the DPM reports password failures erroneously, we add this workaround that
// ensures that our most recent aggregate policy is set before checking whether those
// policies are in force
setActivePolicies();
int reasons = getInactiveReasons(policy);
if (Email.DEBUG && (reasons != 0)) {
StringBuilder sb = new StringBuilder("isActive for " + policy + ": ");