From aebae7ac44c4f612993f52a16a9fa8dc178bbb25 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 18 Aug 2008 21:18:39 +0000 Subject: [PATCH] -Correct table name for password query git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2038 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index f44d6e295..418d0e4bf 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -1355,7 +1355,7 @@ sub getbladecons { my $noderange = shift; my $callback=shift; my $mpatab = xCAT::Table->new('mpa'); - my $passtab = xCAT::Table->new('mpa'); + my $passtab = xCAT::Table->new('passwd'); my $tmp; my $user="USERID"; if ($passtab) {