From 13f01c5a87ed42a1a35fce299c57be9145d71db8 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 29 Mar 2012 20:26:25 +0000 Subject: [PATCH] Change the invocation that relied upon telnetcmds name git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12061 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/lsslp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/lsslp.pm b/xCAT-server/lib/xcat/plugins/lsslp.pm index 997656d22..f1a804c84 100644 --- a/xCAT-server/lib/xcat/plugins/lsslp.pm +++ b/xCAT-server/lib/xcat/plugins/lsslp.pm @@ -775,7 +775,7 @@ sub invoke_cmd { "sshcfg=enable", "network_reset=$target_dev->{args}" ); - $result = xCAT_plugin::blade::telnetcmds( + $result = xCAT_plugin::blade::clicmds( $ip, $target_dev->{username}, $target_dev->{password},