From 0940b9e42f415a3c063830ebe1163398e1bf4f59 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 23 Apr 2008 15:53:28 +0000 Subject: [PATCH] Remove Hierchical call for now. Build all on MN git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1161 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/yaboot.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm index 1fd30e6e2..625050f03 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/yaboot.pm @@ -149,9 +149,9 @@ sub pass_along { -sub preprocess_request { - return xCAT::Scope->get_broadcast_scope(@_); -} +#sub preprocess_request { +# return xCAT::Scope->get_broadcast_scope(@_); +#} #sub preprocess_request { # my $req = shift; # my $callback = shift;