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
{