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, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_conv.c b/proxy/src/gp_conv.c
index f376793..88c3818 100644
--- a/proxy/src/gp_conv.c
+++ b/proxy/src/gp_conv.c
@@ -95,6 +95,8 @@ int gp_conv_gssx_to_oid_alloc(gssx_OID *in, gss_OID *out)
return ENOMEM;
}
o->length = in->octet_string_len;
+
+ *out = o;
return 0;
}