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
273f8443
Commit
273f8443
authored
Mar 07, 2014
by
Leigh B Stoller
Browse files
Bug fix.
parent
087d4a1f
Changes
1
Show whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
273f8443
...
...
@@ -1865,7 +1865,7 @@ sub vnodeDestroy($$$$)
foreach
my
$key
(
keys
(
%
{
$private
->
{'
disks
'}
}))
{
my
$lvname
;
if
(
ref
(
$private
->
{'
disks
'}
->
{
$key
}))
{
(
$lvname
)
=
@
{
$private
->
{'
disks
'}
->
{
$
vnode_id
}
};
(
$lvname
)
=
@
{
$private
->
{'
disks
'}
->
{
$
key
}
};
}
else
{
$lvname
=
$private
->
{'
disks
'}
->
{
$key
};
...
...
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