From 2a06ddcd0242fde6929e375d80140e2696b04111 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 7 Aug 2009 01:18:17 +0000 Subject: [PATCH] fix for bug 2821742 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3962 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 67664aa67..949f3f5d5 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -910,6 +910,7 @@ sub defmk $rsp->{data}->[0] = "No type was provided for object \'$obj\'.\n"; $rsp->{data}->[1] = "Skipping to the next object.\n"; xCAT::MsgUtils->message("I", $rsp, $::callback); + $error = 1; next; }