From 462396dd893450d2f3cb9f52ac3f1d0dfc2ab624 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 6 Apr 2009 15:05:18 +0000 Subject: [PATCH] remove check for no parms to makeconservercf, this should not be an error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3099 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/conserver.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index 2f3e5f86a..091b0a682 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -74,17 +74,12 @@ sub preprocess_request { } if ($::LOCAL) { if ($noderange && @$noderange>0) { - $callback->({data=>"Invalide option -l or --local when there are nodes specified."}); + $callback->({data=>"Invalid option -l or --local when there are nodes specified."}); $request = {}; return; } } - #if(exists($ARGV[0])){ - # $callback->({data=>"Invalide option $ARGV[0] specified."}); - # $request = {}; - # return; - #} # get site master my $master=xCAT::Utils->get_site_Master();