summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-25 16:34:00 -0500
committerSimo Sorce <simo@redhat.com>2012-01-25 16:55:08 -0500
commit58a9ecd6bfe62bb809dbfca3cdde72fde6b2ba3e (patch)
tree2449cfbcf81840cc66cd3ee5e263137495a07ed8
parentcaf72feef692c990b37e9b7300d63500f70a7840 (diff)
downloadgss-proxy-58a9ecd6bfe62bb809dbfca3cdde72fde6b2ba3e.tar.gz
gss-proxy-58a9ecd6bfe62bb809dbfca3cdde72fde6b2ba3e.tar.xz
gss-proxy-58a9ecd6bfe62bb809dbfca3cdde72fde6b2ba3e.zip
Remove bogus comment.
-rw-r--r--proxy/src/gp_rpc_accept_sec_context.c1
1 files changed, 0 insertions, 1 deletions
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) {