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
7729f76d
Commit
7729f76d
authored
Oct 28, 2014
by
Leigh B Stoller
Browse files
Fix cut/paste bug in BindToSlice. Fix submitted by Brecht.
parent
f15291fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSA.pm.in
View file @
7729f76d
...
...
@@ -916,10 +916,10 @@ sub BindToSlice($)
}
my
($
credential
,
$
speaksfor
);
if
(
defined
($
cred
))
{
$
credential
=
GeniCredential
::
CheckCredential
($
cred
,
$
authority
);
$
credential
=
GeniCredential
::
CheckCredential
($
cred
);
}
else
{
($
credential
,$
speaksfor
)
=
GeniStd
::
CheckCredentials
($
creds
,
$
authority
);
($
credential
,$
speaksfor
)
=
GeniStd
::
CheckCredentials
($
creds
);
}
return
$
credential
if
(
GeniResponse
::
IsResponse
($
credential
));
...
...
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