Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
62b6fc33
Commit
62b6fc33
authored
Mar 06, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out call to get the peers until someone complains.
parent
4bf96b77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
protogeni/lib/GeniAM.pm.in
protogeni/lib/GeniAM.pm.in
+3
-3
No files found.
protogeni/lib/GeniAM.pm.in
View file @
62b6fc33
#
!/usr/bin/perl -wT
#
!/usr/bin/perl -wT
#
#
#
Copyright
(
c
)
2008
-
201
3
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
201
4
University
of
Utah
and
the
Flux
Group
.
#
#
#
{{{
GENIPUBLIC
-
LICENSE
#
{{{
GENIPUBLIC
-
LICENSE
#
#
...
@@ -101,7 +101,7 @@ sub GetVersion()
...
@@ -101,7 +101,7 @@ sub GetVersion()
#
#
#
Ask
the
Clearinghouse
for
the
peers
info
.
#
Ask
the
Clearinghouse
for
the
peers
info
.
#
#
if
($
MAINSITE
)
{
if
(
0
&&
$
MAINSITE
)
{
my
$
clearinghouse
=
GeniRegistry
::
ClearingHouse
->
Create
();
my
$
clearinghouse
=
GeniRegistry
::
ClearingHouse
->
Create
();
if
(
!defined($clearinghouse)) {
if
(
!defined($clearinghouse)) {
print
STDERR
"Could not create clearinghouse object.
\n
"
;
print
STDERR
"Could not create clearinghouse object.
\n
"
;
...
@@ -216,7 +216,7 @@ sub GetVersion()
...
@@ -216,7 +216,7 @@ sub GetVersion()
}
}
};
};
$
blob
->{
"peers"
}
=
$
peers
$
blob
->{
"peers"
}
=
$
peers
if
($
MAINSITE
);
if
(
0
&&
$
MAINSITE
);
$
blob
->{
"default_ad_rspec"
}
=
$
default_ad
$
blob
->{
"default_ad_rspec"
}
=
$
default_ad
if
($
API_VERSION
==
1
);
if
($
API_VERSION
==
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment