From 7b4f28da6096ebf308117d11067a1b9e8559ca07 Mon Sep 17 00:00:00 2001 From: litingt Date: Mon, 21 Apr 2014 01:45:22 -0700 Subject: [PATCH] add pro_result() declare --- xCAT-server/share/xcat/tools/xCATreg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/xCAT-server/share/xcat/tools/xCATreg b/xCAT-server/share/xcat/tools/xCATreg index 4bff804de..117e661f8 100755 --- a/xCAT-server/share/xcat/tools/xCATreg +++ b/xCAT-server/share/xcat/tools/xCATreg @@ -719,6 +719,16 @@ sub read_conf{ return %confkeys; } +####################################### +# pro_result +####################################### +sub pro_result{ + +return 0; + +} + + ############################################################### # Mainfunction