Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
23e7fff7
Commit
23e7fff7
authored
Jul 30, 2012
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use remote interface, not local interface for stitching lookups.
parent
6e5852e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+1
-3
No files found.
protogeni/lib/GeniCM.pm.in
View file @
23e7fff7
...
...
@@ -1670,7 +1670,6 @@ sub GetTicketAuxAux($$$$$$$$$)
#
be
the
first
hop
that
is
in
a
different
domain
.
#
my
$
edgehop
;
my
$
lasthop
;
foreach
my
$
hop
(@
hoplist
)
{
my
$
hopurn
=
GetHopLinkID
($
hop
);
next
...
...
@@ -1681,10 +1680,9 @@ sub GetTicketAuxAux($$$$$$$$$)
if
(
!defined($auth));
if
($
auth
ne
$
OURDOMAIN
)
{
$
edgehop
=
$
last
hop
;
$
edgehop
=
$
hop
;
last
;
}
$
lasthop
=
$
hop
;
}
if
(
!defined($edgehop)) {
$
response
=
...
...
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