From 22f90eaad58290a5e1754c7882fa2ecf16f6903b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 11 Jun 2012 19:05:05 -0400 Subject: WIP-init_sec_ctx --- proxy/src/gp_rpc_init_sec_context.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit