projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e51cc9
)
Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_option
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 2 Oct 2010 03:29:37 +0000
(
03:29
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 2 Oct 2010 03:29:37 +0000
(
03:29
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24410
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/gssapi/spnego/spnego_mech.c
patch
|
blob
|
history
diff --git
a/src/lib/gssapi/spnego/spnego_mech.c
b/src/lib/gssapi/spnego/spnego_mech.c
index 80789f64338762a4c1d580f0b27d029797f24c5f..9c5a6140dd98edd1e39b22f79ea983f792068595 100644
(file)
--- a/
src/lib/gssapi/spnego/spnego_mech.c
+++ b/
src/lib/gssapi/spnego/spnego_mech.c
@@
-2258,10
+2258,10
@@
spnego_gss_set_cred_option(
mcred = (spcred == NULL) ? GSS_C_NO_CREDENTIAL : spcred->mcred;
- ret = gss
spi
_set_cred_option(minor_status,
-
&mcred,
-
desired_object,
-
value);
+ ret = gss_set_cred_option(minor_status,
+ &mcred,
+ desired_object,
+ value);
if (ret == GSS_S_COMPLETE && spcred == NULL) {
/*
* If the mechanism allocated a new credential handle, then