git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c496fdd
)
one TODO
author
Aleš Křenek
<ljocha@ics.muni.cz>
Thu, 22 Sep 2005 17:12:30 +0000
(17:12 +0000)
committer
Aleš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/bones_server.c
b/org.glite.jp.primary/src/bones_server.c
index
dcc31d6
..
578b0d0
100644
(file)
--- 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;