Skip to content

Commit 8831de3

Browse files
committed
address review comments
1 parent b5588fa commit 8831de3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateCommandWrapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,6 @@ private boolean findSourceNode(Document doc, Node diskNode, String vmName, Strin
913913

914914
public static String maskSensitiveInfoInXML(String xmlDesc) {
915915
if (xmlDesc == null) return null;
916-
// Mask VNC password in XML for logging
917916
return xmlDesc.replaceAll("(graphics\\s+[^>]*type=['\"]vnc['\"][^>]*passwd=['\"])([^'\"]*)(['\"])",
918917
"$1*****$3");
919918
}

0 commit comments

Comments
 (0)