Laszlo Hornyak has uploaded a new change for review. Change subject: engine: remove obfustration from local var ......................................................................
engine: remove obfustration from local var Removed obfustration from local variable, leaving it to the garbage collector to remove from memory. Change-Id: I4a631bf8974bbebe2d98d47e5f58c902af3149b2 Signed-off-by: Laszlo Hornyak <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/20/12720/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java index c2ed771..0d87efa 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java @@ -11,7 +11,6 @@ import java.security.KeyStoreException; import java.security.cert.Certificate; import java.text.SimpleDateFormat; -import java.util.Arrays; import java.util.Calendar; import java.util.Enumeration; import java.util.List; @@ -245,7 +244,6 @@ ); } finally { - Arrays.fill(password, '*'); if (in != null) { try { in.close(); -- To view, visit http://gerrit.ovirt.org/12720 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a631bf8974bbebe2d98d47e5f58c902af3149b2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
