diff --git a/xCAT-server/lib/perl/xCAT/Postage.pm b/xCAT-server/lib/perl/xCAT/Postage.pm index 05145fdc4..92053193a 100644 --- a/xCAT-server/lib/perl/xCAT/Postage.pm +++ b/xCAT-server/lib/perl/xCAT/Postage.pm @@ -263,7 +263,7 @@ sub makescript push @{$rsp->{data}}, "No os or arch setting in nodetype table for $node.\n"; xCAT::MsgUtils->message("E", $rsp, $callback); - return undef; + #return undef; } }