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
ed73a859
Commit
ed73a859
authored
Jan 28, 2013
by
Leigh B Stoller
Browse files
Minor fix.
parent
10a155a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCMV2.pm.in
View file @
ed73a859
...
...
@@ -460,7 +460,7 @@ sub CreateSliver($)
return
$
rspec
if
(
GeniResponse
::
IsResponse
($
rspec
));
my
$
slice
=
GeniSlice
->
Lookup
($
credential
->
target_urn
());
$
slice
=
GeniSlice
->
Lookup
($
credential
->
target_urn
());
if
(
!defined($slice)) {
print
STDERR
"CreateSliver: Could not find slice for $credential
\n
"
;
return
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
,
undef
,
"Internal Error"
);
...
...
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