summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/src/gp_conv.c')
-rw-r--r--proxy/src/gp_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_conv.c b/proxy/src/gp_conv.c
index 486c727..7f37be2 100644
--- a/proxy/src/gp_conv.c
+++ b/proxy/src/gp_conv.c
@@ -95,7 +95,7 @@ int gp_conv_gssx_to_oid_alloc(gssx_OID *in, gss_OID *out)
{
gss_OID o;
- o = calloc(1, sizeof(gss_OID));
+ o = calloc(1, sizeof(gss_OID_desc));
if (!o) {
return ENOMEM;
}