Fix XCATBYPASS, uncomment use XCAT::NodeRange so no syntax error.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@904 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-03-27 12:34:33 +00:00
parent 043722e6e7
commit 5d00c3b437

View File

@ -196,7 +196,7 @@ sub plugin_command {
my $sock = shift;
my $callback = shift;
my %handler_hash;
# use xCAT::NodeRange;
use xCAT::NodeRange;
$Main::resps={};
my @nodes;
if ($req->{node}) {