From 62b6fc3372dad41b314e279d3e98f0f7e7d463f9 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Thu, 6 Mar 2014 14:39:24 -0700 Subject: [PATCH] Comment out call to get the peers until someone complains. --- protogeni/lib/GeniAM.pm.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protogeni/lib/GeniAM.pm.in b/protogeni/lib/GeniAM.pm.in index 9876f38c8..a1e3da3a8 100755 --- a/protogeni/lib/GeniAM.pm.in +++ b/protogeni/lib/GeniAM.pm.in @@ -1,6 +1,6 @@ #!/usr/bin/perl -wT # -# Copyright (c) 2008-2013 University of Utah and the Flux Group. +# Copyright (c) 2008-2014 University of Utah and the Flux Group. # # {{{GENIPUBLIC-LICENSE # @@ -101,7 +101,7 @@ sub GetVersion() # # Ask the Clearinghouse for the peers info. # - if ($MAINSITE) { + if (0 && $MAINSITE) { my $clearinghouse = GeniRegistry::ClearingHouse->Create(); if (!defined($clearinghouse)) { print STDERR "Could not create clearinghouse object.\n"; @@ -216,7 +216,7 @@ sub GetVersion() } }; $blob->{"peers"} = $peers - if ($MAINSITE); + if (0 && $MAINSITE); $blob->{"default_ad_rspec"} = $default_ad if ($API_VERSION == 1); -- GitLab