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
4484fc4e
Commit
4484fc4e
authored
Oct 19, 2015
by
Wim Van de Meerssche
Committed by
Leigh B Stoller
Oct 19, 2015
Browse files
minor whitespace fix
parent
7d8cd9c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniMA.pm.in
View file @
4484fc4e
...
...
@@ -450,7 +450,7 @@ sub UpdateMember($$$)
{
my ($member_urn, $credential_args, $options) = @_;
return GeniResponse->Create(GENIRESPONSE_FORBIDDEN, undef,
"
u
pdate M
EMBER
is
u
nimplemented");
"
U
pdate M
ember
is
U
nimplemented");
}
sub GetCredentials($$$)
...
...
@@ -464,14 +464,16 @@ sub GetCredentials($$$)
my $credential_args = GeniStd::FilterCredentials($credential_args);
if (@{ $credential_args }) {
($credential,$speaksfor) = GeniStd::CheckCredentials($credential_args);
return $credential if (GeniResponse::IsResponse($credential));
return $credential
if (GeniResponse::IsResponse($credential));
}
my $args = { "urn" => $member_urn };
if (defined($speaksfor)) {
$args->{"credential"} = $speaksfor->asString();
}
$credential = GeniSA::GetCredential($args);
return $credential if (GeniResponse::IsError($credential));
return $credential
if (GeniResponse::IsError($credential));
my $blob = {
"geni_type" => "geni_sfa",
...
...
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