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
930464e5
Commit
930464e5
authored
Sep 08, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
ebf183dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
protogeni/lib/GeniCM.pm.in
protogeni/lib/GeniCM.pm.in
+1
-1
No files found.
protogeni/lib/GeniCM.pm.in
View file @
930464e5
...
...
@@ -1680,7 +1680,7 @@ sub SliverWork($$)
#
the
info
into
the
manifest
.
#
my
$
realnode
=
Node
->
Lookup
($
sliver
->
uuid
());
if
(
defined
($
realnode
))
{
if
(
!
defined($realnode)) {
print
STDERR
"Could not lookup node for $sliver
\n
"
;
$
message
=
"Internal Error finding mapped node for $virtual_id
\n
"
;
goto
bad
;
...
...
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