From 58a9ecd6bfe62bb809dbfca3cdde72fde6b2ba3e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 25 Jan 2012 16:34:00 -0500 Subject: Remove bogus comment. --- proxy/src/gp_rpc_accept_sec_context.c | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/src/gp_rpc_accept_sec_context.c b/proxy/src/gp_rpc_accept_sec_context.c index ba4a26d..fd4fdbd 100644 --- a/proxy/src/gp_rpc_accept_sec_context.c +++ b/proxy/src/gp_rpc_accept_sec_context.c @@ -49,7 +49,6 @@ int gp_accept_sec_context(struct gssproxy_ctx *gpctx, asca = &arg->accept_sec_context; ascr = &res->accept_sec_context; - /* FIXME: set context id from asca->call_ctx */ ctx = GSS_C_NO_CONTEXT; if (asca->cred_handle) { -- cgit