diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-10-18 17:00:03 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2012-10-18 17:45:59 +0200 |
commit | 414c7c005ee18fa560bedc955f892bc2eaceaa26 (patch) | |
tree | e92cc641968972b3462b2cf5a6c5a0ebab6fb053 | |
parent | d6bb7932070cb9653405a77eaf1cb30f7221e391 (diff) | |
download | gss-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.
-rw-r--r-- | proxy/src/gp_conv.c | 2 |
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: |