Skip to content
GitLab
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
624f65df
Commit
624f65df
authored
Oct 28, 2014
by
Leigh B Stoller
Browse files
Minor tweak to error message.
parent
e6bfb49c
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAM.pm.in
View file @
624f65df
...
...
@@ -1011,7 +1011,7 @@ sub Provision
my ($slice, undef) = GeniCMV2::Credential2SliceAggregate($cred);
return GeniResponse->Create(GENIRESPONSE_REFUSED, undef,
"Slice credential not provided
")
"No slice here that matches the provided credentials
")
if (! defined($slice));
return $slice
...
...
@@ -1081,7 +1081,7 @@ sub PerformOperationalAction
my ($slice, $aggregate) = GeniCMV2::Credential2SliceAggregate($cred);
return GeniResponse->Create(GENIRESPONSE_REFUSED, undef,
"Slice credential not provided
")
"No slice here that matches the provided credentials
")
if (! defined($slice));
if ($urns[0] eq $slice->urn()) {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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