Francesco Romani has uploaded a new change for review.

Change subject: hostdeploy: fix findbugs
......................................................................

hostdeploy: fix findbugs

Fixes DLS_DEAD_LOCAL_STORE, which is pretty harmless anyway.

Change-Id: I5a44be674d96256121c7f3d09ab0996ccd6bfb3e
Signed-off-by: Francesco Romani <from...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/42422/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
index 81dc52c..6b2606d 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/VdsDeploy.java
@@ -717,7 +717,7 @@
                     "Enrolling serial console certificate"
                 );
                 String name = String.format("%s-ssh", _vds.getHostName());
-                String cer = OpenSslCAWrapper.signCertificateRequest(
+                OpenSslCAWrapper.signCertificateRequest(
                     StringUtils.join(event.value, "\n"),
                     name
                 );


-- 
To view, visit https://gerrit.ovirt.org/42422
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a44be674d96256121c7f3d09ab0996ccd6bfb3e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Francesco Romani <from...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to