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
6541077e
Commit
6541077e
authored
Jul 22, 2011
by
Leigh B Stoller
Browse files
Return searchfailed in GetSliver().
parent
cbd47150
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
6541077e
...
...
@@ -636,7 +636,7 @@ sub GetSliver($)
if
(
defined
($
slice
)
&&
GeniResponse
::
IsResponse
($
slice
));
if
(
! (defined($slice) && defined($aggregate))) {
return
GeniResponse
->
Create
(
GENIRESPONSE_
BADARGS
,
undef
,
return
GeniResponse
->
Create
(
GENIRESPONSE_
SEARCHFAILED
,
undef
,
"No slice or aggregate here"
);
}
if
($
slice_urn
ne
$
slice
->
urn
())
{
...
...
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