removing misleading comment as we do not user the msid in custom cert flow

This commit is contained in:
abhishek 2010-12-08 18:08:34 -08:00
parent 2965997f96
commit b0703c2298
1 changed files with 0 additions and 1 deletions

View File

@ -4810,7 +4810,6 @@ public class ManagementServerImpl implements ManagementServer {
String certificate = cmd.getCertificate();
cert = _certDao.listAll().get(0); //always 1 record in db (from the deploydb time)
cert = _certDao.acquireInLockTable(cert.getId());
//assign mgmt server id to mark as processing under this ms
if(cert == null){
String msg = "Unable to obtain lock on the cert from uploadCertificate()";
s_logger.error(msg);