From 4b3a85a3033b18a9aa41d69407f6d78b1c2dc6a9 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 12 Oct 2012 11:49:01 +0000 Subject: [PATCH] Do not exit just because on os or arch defined for node git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/Postage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }