Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
97ac4a1c
Commit
97ac4a1c
authored
Jun 21, 2012
by
Leigh B Stoller
Browse files
Oops, left out a line of code.
parent
03a4da39
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
97ac4a1c
...
@@ -2130,6 +2130,7 @@ sub GetTicketAuxAux($$$$$$$$$)
...
@@ -2130,6 +2130,7 @@ sub GetTicketAuxAux($$$$$$$$$)
#
#
foreach
my
$
linkname
(
keys
(%
external_linkmap
))
{
foreach
my
$
linkname
(
keys
(%
external_linkmap
))
{
my
$
linkref
=
$
external_linkmap
{$
linkname
};
my
$
linkref
=
$
external_linkmap
{$
linkname
};
my
$
network
=
$
stitching_paths
{$
linkname
}->{
'network'
};
my
$
slice_urn
=
$
slice
->
urn
();
my
$
slice_urn
=
$
slice
->
urn
();
my
$
retries
=
10
;
my
$
retries
=
10
;
my
$
chainmode
=
($
network
->
node_type
()
eq
"interconnect-vm"
?
1
:
0
);
my
$
chainmode
=
($
network
->
node_type
()
eq
"interconnect-vm"
?
1
:
0
);
...
...
Write
Preview
Supports
Markdown
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