git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77904d
)
reverted a typo and added typecasting to make the compiler happy
author
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 6 Aug 2007 14:48:08 +0000
(14:48 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 6 Aug 2007 14:48:08 +0000
(14:48 +0000)
org.glite.security.gss/src/glite_gss.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gss/src/glite_gss.c
b/org.glite.security.gss/src/glite_gss.c
index
722eca2
..
79f3d97
100644
(file)
--- a/
org.glite.security.gss/src/glite_gss.c
+++ b/
org.glite.security.gss/src/glite_gss.c
@@
-974,7
+974,7
@@
edg_wll_gss_close(edg_wll_GssConnection *con, struct timeval *timeout)
/* XXX if timeout is NULL use value of 120 secs */
if (con->context != GSS_C_NO_CONTEXT) {
- gss_delete_sec_context(&min_stat, con->context, GSS_C_NO_BUFFER);
+ gss_delete_sec_context(&min_stat,
(gss_ctx_id_t *)&
con->context, GSS_C_NO_BUFFER);
/* XXX send the buffer (if any) to the peer. GSSAPI specs doesn't
* recommend sending it, though */