summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_conv.c
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-10-18 17:00:03 +0200
committerGünther Deschner <gdeschner@redhat.com>2012-10-18 17:45:59 +0200
commit414c7c005ee18fa560bedc955f892bc2eaceaa26 (patch)
treee92cc641968972b3462b2cf5a6c5a0ebab6fb053 /proxy/src/gp_conv.c
parentd6bb7932070cb9653405a77eaf1cb30f7221e391 (diff)
downloadgss-proxy-414c7c005ee18fa560bedc955f892bc2eaceaa26.tar.gz
gss-proxy-414c7c005ee18fa560bedc955f892bc2eaceaa26.tar.xz
gss-proxy-414c7c005ee18fa560bedc955f892bc2eaceaa26.zip
Make sure to return success in gp_conv_name_to_gssx() at that point.
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 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: