From: neilbrown Date: Tue, 28 Mar 2006 00:49:29 +0000 (+0000) Subject: Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5 X-Git-Tag: nfs-utils-1-0-8~15 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=804a7ea8bffb1b26a0e8632eb8fb61ef30cdbf68;hp=804a7ea8bffb1b26a0e8632eb8fb61ef30cdbf68 Must still use knowledge of the glue context for pre-1.4 versions of MIT krb5 We need to get access to the internal krb5 context pointer for older (pre-1.4) versions of MIT Kerberos. We get a pointer to the gss glue's context. Get the right pointer before accessing the context information. (really this time) ---