From f9dde75c197e9a2af69f9b32e0e338eb1399f87c Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 2 Mar 2011 06:04:15 +0000 Subject: [PATCH] fix for bug 3153314: check flags git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8958 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 002852aac..6eb72e472 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -256,7 +256,7 @@ sub processArgs ) { - # return 2; + return 2; } # Initialize some global arrays in case this is being called twice in the same process.