Skip to content
GitLab
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-stable
Commits
117147ce
Commit
117147ce
authored
Dec 04, 2008
by
Leigh B. Stoller
Browse files
Minor fix.
parent
1e73425b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSliver.pm.in
View file @
117147ce
...
...
@@ -867,8 +867,9 @@ sub UnProvision($)
if
(
!defined($uuid));
my
$
node
=
Node
->
Lookup
($
uuid
);
if
(
!defined($node)) {
#
Lets
call
this
nonfatal
since
it
might
be
a
virtnode
that
print
STDERR
"Could not map node $uuid to its object
\n
"
;
return
-
1
;
return
0
;
}
my
$
reservation
=
$
node
->
Reservation
();
if
(
!defined($reservation)) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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