From: Aleš Křenek Date: Thu, 22 Sep 2005 17:12:30 +0000 (+0000) Subject: one TODO X-Git-Tag: merge_rc1_dst_2~12 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=12274752b3548a69a2a19b682d59b03a6a81e813;p=jra1mw.git one TODO --- diff --git a/org.glite.jp.primary/src/bones_server.c b/org.glite.jp.primary/src/bones_server.c index dcc31d6..578b0d0 100644 --- a/org.glite.jp.primary/src/bones_server.c +++ b/org.glite.jp.primary/src/bones_server.c @@ -213,6 +213,7 @@ static int newconn(int conn,struct timeval *to,void *data) /* TODO: DNS paranoia etc. */ if (edg_wll_gss_accept(mycred,conn,to,plugin_ctx->connection,&gss_code)) { + /* TODO: better error reporting */ printf("[%d] GSS connection accept failed, closing.\n", getpid()); ret = 1; goto cleanup;