From 46a7bb7e7d138b71a4416faaf59b2e86f7bb76aa Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 31 Aug 2007 20:55:49 +0000 Subject: [PATCH] pull up r19827 from trunk r19827@cathode-dark-space: epeisach | 2007-08-15 21:40:50 -0400 ticket: new subject: compilation failure with IRIX native compiler tags: pullup gss_release_buffer takes OM_uint32* as an argument, not OM_uint32. ticket: 5653 version_fixed: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19905 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/spnego/spnego_mech.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/gssapi/spnego/spnego_mech.c b/src/lib/gssapi/spnego/spnego_mech.c index f2716e665..832abe6ec 100644 --- a/src/lib/gssapi/spnego/spnego_mech.c +++ b/src/lib/gssapi/spnego/spnego_mech.c @@ -835,7 +835,7 @@ cleanup: ret = GSS_S_FAILURE; } } - gss_release_buffer(tmpmin, &mechtok_out); + gss_release_buffer(&tmpmin, &mechtok_out); if (ret == GSS_S_COMPLETE) { /* * Now, switch the output context to refer to the -- 2.26.2