From 95226fa3a882d9d4c21471d09dc053e7932e66b0 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 5 Jul 2013 06:16:41 +0000 Subject: [PATCH] xCAT::TableUtils->enablessh in postage.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16890 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/Postage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index cb25caeca..a29965d4c 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -697,7 +697,7 @@ sub enableSSHbetweennodes my $groups_hash = shift; my $result; - my $enablessh=xCAT::TableUtils->enableSSH($node, $sn_hash, $groups_hash); + my $enablessh=xCAT::TableUtils->enablessh($node, $sn_hash, $groups_hash); if ($enablessh == 1) { $result = "'YES'"; } else {