Fixed two lines that were committed recently and were breaking the build.
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 27 Mar 2007 14:14:09 +0000 (14:14 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 27 Mar 2007 14:14:09 +0000 (14:14 +0000)
org.glite.lb.server/src/bkserverd.c

index 8ca5724..48a3f96 100644 (file)
@@ -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
                {