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
829fee2f
Commit
829fee2f
authored
Feb 16, 2011
by
Leigh B Stoller
Browse files
Fix credential error in BindToSlice.
parent
7e49ec0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniSA.pm.in
View file @
829fee2f
#
!/usr/bin/perl -wT
#
#
GENIPUBLIC
-
COPYRIGHT
#
Copyright
(
c
)
2008
-
201
0
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
201
1
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
package
GeniSA
;
...
...
@@ -706,7 +706,7 @@ sub BindToSlice($)
print
STDERR
"Could not find local authority object
\n
"
;
return
GeniResponse
->
Create
(
GENIRESPONSE_ERROR
);
}
my
$
credential
=
CheckCredential
($
cred
,
$
authority
);
my
$
credential
=
CheckCredential
($
cred
);
return
$
credential
if
(
GeniResponse
::
IsResponse
($
credential
));
...
...
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