summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-11-10 11:24:16 -0500
committerAdam Young <ayoung@redhat.com>2011-12-02 10:50:18 -0500
commit5a943b74eef222753006c1ee4b575283050c0dbd (patch)
tree855b721ef7c56f19d9895605e5c8e7fcaac767bb /pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java
parent147ae61d3202937dca96e7b092dd65fdd4bf2e74 (diff)
downloadpki-5a943b74eef222753006c1ee4b575283050c0dbd.tar.gz
pki-5a943b74eef222753006c1ee4b575283050c0dbd.tar.xz
pki-5a943b74eef222753006c1ee4b575283050c0dbd.zip
unnecessary block removal
This patch removes all of the unneeded blocks that surrounded code cleaned up with the dead code removal. https://bugzilla.redhat.com/show_bug.cgi?id=728303
Diffstat (limited to 'pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java')
-rw-r--r--pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java b/pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java
index b7f7fb346..fef68c1cb 100644
--- a/pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java
+++ b/pki/base/common/src/com/netscape/cms/authentication/CMCAuth.java
@@ -906,10 +906,8 @@ public class CMCAuth implements IAuthManager, IExtendedPluginInfo,
// find from internaldb if it's ca. (ra does not have that.)
// find from internaldb usrgrp info
- {
- // find from certDB
- si.verify(digest, id);
- }
+ // find from certDB
+ si.verify(digest, id);
} //
}