From 414c7c005ee18fa560bedc955f892bc2eaceaa26 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Oct 2012 17:00:03 +0200 Subject: Make sure to return success in gp_conv_name_to_gssx() at that point. --- proxy/src/gp_conv.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy') diff --git a/proxy/src/gp_conv.c b/proxy/src/gp_conv.c index 6f60cd6..a4b8fa0 100644 --- a/proxy/src/gp_conv.c +++ b/proxy/src/gp_conv.c @@ -395,6 +395,8 @@ uint32_t gp_conv_name_to_gssx(uint32_t *min, gss_name_t in, gssx_name *out) } } + ret_maj = GSS_S_COMPLETE; + /* out->name_attributes */ done: -- cgit