one TODO
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 22 Sep 2005 17:12:30 +0000 (17:12 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 22 Sep 2005 17:12:30 +0000 (17:12 +0000)
org.glite.jp.primary/src/bones_server.c

index dcc31d6..578b0d0 100644 (file)
@@ -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;