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
81536d9d
Commit
81536d9d
authored
Nov 02, 2015
by
Leigh B Stoller
Browse files
Pass no blocking option from Delete() to DeleteSlice();
parent
47af6874
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAM.pm.in
View file @
81536d9d
...
...
@@ -1222,6 +1222,11 @@ sub Delete
'slice_urn'
=>
$
urns
[
0
],
'credentials'
=>
$
credentials
};
#
Optional
blocking
.
if
(
defined
($
option_args
)
&&
exists
($
option_args
->{
'blocking'
})
&&
$
option_args
->{
'blocking'
})
{
$
args
->{
'blocking'
}
=
1
;
}
my
$
response
=
GeniCMV2
::
DeleteSlice
($
args
);
if
(
!ref($response)) {
#
This
is
cause
GeniCMV2
::
DeleteSlice
does
a
fork
,
and
the
child
...
...
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