summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_init_sec_context.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-05-31 19:25:41 -0400
committerSimo Sorce <simo@redhat.com>2012-10-25 15:53:30 -0400
commit27d16d516d5c84aee5ef6ce278977a4fc3bcf836 (patch)
tree167f85c09ed612889d6774ee566874c435dab483 /proxy/src/gp_rpc_init_sec_context.c
parent9055bd85be28cff01932cf3982c84a3c5ceb135f (diff)
downloadgss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.tar.gz
gss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.tar.xz
gss-proxy-27d16d516d5c84aee5ef6ce278977a4fc3bcf836.zip
Implement init sec context mechglue wrapper
Diffstat (limited to 'proxy/src/gp_rpc_init_sec_context.c')
-rw-r--r--proxy/src/gp_rpc_init_sec_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/src/gp_rpc_init_sec_context.c b/proxy/src/gp_rpc_init_sec_context.c
index 8efd8b2..480c4b7 100644
--- a/proxy/src/gp_rpc_init_sec_context.c
+++ b/proxy/src/gp_rpc_init_sec_context.c
@@ -76,6 +76,8 @@ int gp_init_sec_context(struct gssproxy_ctx *gpctx,
}
}
+ /* FIXME: gett ccache from gpsvc */
+
ret_maj = gp_conv_gssx_to_name(&ret_min, isca->target_name, &target_name);
if (ret_maj) {
goto done;