From 47694d5f55d82e26f35d14ffb60d0df312ab7bed Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 3 Feb 2012 22:32:05 -0500 Subject: Fix gp_conv_gssx_to_oid_alloc --- proxy/src/gp_conv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy/src') 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; } -- cgit