From 508ef7a22650bdd020d06297765061c480439366 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 30 Nov 2012 12:36:59 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14508 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index faee2f242..091efde46 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -4134,7 +4134,6 @@ sub process_request { my $pass=$bladepass; my $ent; if (defined($mpatab)) { - #($ent)=$mpatab->getNodeSpecAttribs($mpa, {username=>"USERID"},qw(username password)); my @user_array = $mpatab->getNodeAttribs($mpa, qw(username password)); foreach my $entry (@user_array) { if ($entry->{username}) { @@ -4582,7 +4581,6 @@ sub passwd { } my $mpatab = xCAT::Table->new('mpa'); if ($mpatab) { - #my ($ent)=$mpatab->getNodeSpecAttribs($mpa, {username=>$user},qw(password)); my ($ent)=$mpatab->getAttribs({mpa=>$mpa, username=>$user},qw(password)); #my $oldpass = 'PASSW0RD'; #if (defined($ent->{password})) {$oldpass = $ent->{password}};