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
This commit is contained in:
jbjohnso 2012-03-29 20:26:25 +00:00
parent 2638fd549b
commit 13f01c5a87

View File

@ -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},