diff --git a/xCAT-web/machines/ping.php b/xCAT-web/machines/ping.php index 4542033cb..acb10ffd5 100644 --- a/xCAT-web/machines/ping.php +++ b/xCAT-web/machines/ping.php @@ -22,7 +22,7 @@ $noderange = @$_REQUEST['noderange']; if(empty($noderange)) { echo "
Select one or more groups or nodes for ping.
\n"; exit; } //pping is one local command, which doesn't use xcat client/server protocol; -$xml = docmd('webrun',$noderange,array("pping $noderange",));#The default pping option is NULL +$xml = docmd('webrun',"",array("pping $noderange",));#The default pping option is NULL if(getXmlErrors($xml,$errors)) { echo "ping failed: ", implode(' ',$errors), "
\n"; exit; }