From fd4b6db4c7394c401eda1f672d407534567d28d7 Mon Sep 17 00:00:00 2001 From: jjohnson2 Date: Tue, 10 Feb 2015 14:42:32 -0500 Subject: [PATCH] Remove dead reference to a password The line in question is dead code, and therefore has no effect (it either dies or gets overwritten short time later). Removing it makes the code cleaner and counters the tendency for someone to think we might be using a hard coded password in this file. --- xCAT-server/lib/xcat/plugins/esx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 3029e7738..268467298 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -2476,7 +2476,7 @@ sub clone_vms_from_master { sub make_customization_spec { my $node = shift; my %args = @_; - my $password="Passw0rd"; + my $password; my $wintimezone; #map of number to strings can be found at #http://osman-shener-en.blogspot.com/2008/02/unattendedtxt-time-zone-index.html