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
41baa0d0
Commit
41baa0d0
authored
May 20, 2013
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add check just in case we get bogus edge information in requests
parent
2b5587df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protogeni/lib/GeniStitch.pm.in
protogeni/lib/GeniStitch.pm.in
+1
-1
No files found.
protogeni/lib/GeniStitch.pm.in
View file @
41baa0d0
...
...
@@ -293,7 +293,7 @@ sub addStitchPoint($@)
}
#
The
external
network
may
be
attached
to
node_id2
if
(
! defined($network)) {
if
(
! defined($network)
&& defined($edgewire)
) {
$
edgenodeid
=
$
edgewire
->
node_id2
();
$
edgecard
=
$
edgewire
->
card2
();
$
edgeport
=
$
edgewire
->
port2
();
...
...
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