diff --git a/protogeni/lib/GeniAM.pm.in b/protogeni/lib/GeniAM.pm.in index 9876f38c8915e8a5ab215ed82c6de1d44758fba4..a1e3da3a80dd8011bf91a31cdced87be340b4656 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);