From: Zdeněk Šustr Date: Tue, 27 Mar 2007 14:14:09 +0000 (+0000) Subject: Fixed two lines that were committed recently and were breaking the build. X-Git-Tag: merge_31_3_head_after~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=065c7b7923cbb9a0eef732f859c49a1e37bb32ec;p=jra1mw.git Fixed two lines that were committed recently and were breaking the build. --- diff --git a/org.glite.lb.server/src/bkserverd.c b/org.glite.lb.server/src/bkserverd.c index 8ca5724..48a3f96 100644 --- a/org.glite.lb.server/src/bkserverd.c +++ b/org.glite.lb.server/src/bkserverd.c @@ -907,8 +907,8 @@ int bk_handle_connection(int conn, struct timeval *timeout, void *data) edg_wll_FreeContext(ctx); return -1; } - dprintf(("[%d] %s: GSS error: %s, closing.\n", getpid(),ctx->connPool[ctx->connToUse].peerName,ctx->errDesc)); - if (!debug) syslog(LOG_ERR, "%s: GSS error: %s",ctx->connPool[ctx->connToUse].peerName,ctx->errDesc); + dprintf(("[%d] %s: GSS error: %s, closing.\n", getpid(),ctx->connections->serverConnection->peerName,ctx->errDesc)); + if (!debug) syslog(LOG_ERR, "%s: GSS error: %s",ctx->connections->serverConnection->peerName,ctx->errDesc); } else {