From 83b64914190c27ddb44ecd9e37ed915c176da6f6 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 12 Dec 2011 15:58:46 -0600 Subject: Fix cut-n-paste mistake --- gss-proxy.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<>; -- cgit