summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-03-13 16:49:10 -0400
committerSimo Sorce <simo@redhat.com>2012-03-13 16:53:29 -0400
commit42ba89c40350c6a539a66fe853a9a64676abf610 (patch)
tree903e52250ffa259cff4866866ea29363be7ba44c /x-files
parentc8134bd66c95812396b07f2f90f832b171555604 (diff)
downloadgss-proxy-42ba89c40350c6a539a66fe853a9a64676abf610.tar.gz
gss-proxy-42ba89c40350c6a539a66fe853a9a64676abf610.tar.xz
gss-proxy-42ba89c40350c6a539a66fe853a9a64676abf610.zip
gss-proxy.x: We do not need pointers in gssx_ctx
There is no need to distinguish between empty buffer and no buffer.
Diffstat (limited to 'x-files')
-rw-r--r--x-files/gss_proxy.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x
index 9b07a10..d40201c 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -299,8 +299,8 @@ struct gssx_cred {
*/
struct gssx_ctx {
/* The exported context token, if available */
- gssx_buffer *exported_context_token;
- octet_string *state;
+ gssx_buffer exported_context_token;
+ octet_string state;
/*
* Stateful servers MUST be able to clean up unreferenced state
* automatically, using an LRU/LFU type cache. However, stateful