fix error message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2010-01-20 20:11:43 +00:00
parent 4c078768d3
commit af7974b520

View File

@ -4036,8 +4036,8 @@ sub parse_and_run_dcp
my $syncfile = $options{'File'};
if (!-f $options{'File'})
{
my $rsp->{data}->[0] = "File:$syncfile does not exist.";
my $rsp = ();
$rsp->{data}->[0] = "File:$syncfile does not exist.";
xCAT::MsgUtils->message("E", $rsp, $::CALLBACK, 1);
return;
}