summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-07 12:23:55 -0500
committerSimo Sorce <simo@redhat.com>2012-02-07 14:50:49 -0500
commitf7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f (patch)
tree1587ae9940cc954a2f81d6c21d9e5964fc56bfa0 /x-files
parent64333b5f110d557771ef561d16df43349240754d (diff)
downloadgss-proxy-f7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f.tar.gz
gss-proxy-f7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f.tar.xz
gss-proxy-f7c466d7ea6fb9a1b0a19fc9b44c0fad0e23d33f.zip
gssx_name -> display_name should not be a pointer
Diffstat (limited to 'x-files')
-rw-r--r--x-files/gss_proxy.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x
index 3fb57dd..0d0d7cb 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -249,7 +249,7 @@ struct gssx_call_ctx {
*/
struct gssx_name {
/* Non-MNs MUST have these; MNs MAY have these */
- gssx_buffer *display_name;
+ gssx_buffer display_name;
gssx_OID name_type;
/* MNs MUST have at least one exported name form */
gssx_buffer exported_name;