summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2011-12-12 15:58:46 -0600
committerNicolas Williams <nico@cryptonector.com>2011-12-12 15:58:46 -0600
commit83b64914190c27ddb44ecd9e37ed915c176da6f6 (patch)
treed8b995e836ac2fbec3d739f3c3a22140f90ae2da
parent44f0217afdc22f19c665f2ad657e55de156b559e (diff)
downloadgss-proxy-83b64914190c27ddb44ecd9e37ed915c176da6f6.tar.gz
gss-proxy-83b64914190c27ddb44ecd9e37ed915c176da6f6.tar.xz
gss-proxy-83b64914190c27ddb44ecd9e37ed915c176da6f6.zip
Fix cut-n-paste mistake
-rw-r--r--gss-proxy.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/gss-proxy.x b/gss-proxy.x
index 9fc6282..2023b8a 100644
--- a/gss-proxy.x
+++ b/gss-proxy.x
@@ -131,7 +131,7 @@ struct gssx_status {
*/
struct gssx_call_ctx {
gssx_uint64 client_ctx_id; /* a client-local unique id */
- octet_string server_ctx; /* a client-local unique id */
+ octet_string server_ctx; /* server-assigned (see above) */
utf8string locale; /* for status display string L10N */
gssx_typed_hole cred_store; /* cred store "handle" or reference */
gssx_typed_hole extensions<>;