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
8399a6d1
Commit
8399a6d1
authored
May 26, 2014
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
611aa66a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
8399a6d1
...
...
@@ -1172,7 +1172,8 @@ sub SliverStatus($)
};
if
(
ref
($
sliver
)
eq
"GeniSliver::Node"
&&
defined
($
sliver
->
rawstate
()))
{
$
blob
->{
'rawstate'
}
=
$
sliver
->
rawstate
();
$
blob
->{
'details'
}->{$
sliver_urn
}->{
'rawstate'
}
=
$
sliver
->
rawstate
();
}
}
$
slice
->
UnLock
();
...
...
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