summaryrefslogtreecommitdiffstats
path: root/x-files
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-30 14:03:58 -0500
committerSimo Sorce <simo@redhat.com>2012-02-01 17:56:34 -0500
commit6b02375bc7189acb11517063fc5acec3c1214ec8 (patch)
treef2f54a19bac7968bab0e5927eae1f64faf7cea15 /x-files
parentdcf1205c60ca59dfe1060f9d8c4b927e1c0777cf (diff)
downloadgss-proxy-6b02375bc7189acb11517063fc5acec3c1214ec8.tar.gz
gss-proxy-6b02375bc7189acb11517063fc5acec3c1214ec8.tar.xz
gss-proxy-6b02375bc7189acb11517063fc5acec3c1214ec8.zip
Simplify gssx_name struct
We do not need arrays here. When multiple names are required then an array of gssx_names is more appropriate.
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 0e428d3..fb1c98c 100644
--- a/x-files/gss_proxy.x
+++ b/x-files/gss_proxy.x
@@ -251,8 +251,8 @@ struct gssx_name {
gssx_buffer *display_name;
gssx_OID name_type;
/* MNs MUST have at least one exported name form */
- gssx_buffer exported_name<>;
- gssx_buffer exported_composite_name<>;
+ gssx_buffer exported_name;
+ gssx_buffer exported_composite_name;
/* Name attributes */
gssx_name_attr name_attributes<>;
/* Future extensions */