130 |
|
who = (who) ? who : ""; |
131 |
|
|
132 |
|
sendto_realops_flags(UMODE_DEBUG, level, text, who, strerror(error)); |
133 |
< |
log_oper_action(LOG_IOERR_TYPE, NULL, "%s %s %s\n", who, text, strerror(error)); |
134 |
< |
ilog(L_ERROR, text, who, strerror(error)); |
133 |
> |
ilog(LOG_TYPE_IRCD, text, who, strerror(error)); |
134 |
|
} |
135 |
|
|
136 |
|
/* |
246 |
|
if (client_p->localClient->fd.flags.open) |
247 |
|
fd_close(&client_p->localClient->fd); |
248 |
|
|
250 |
– |
if (HasServlink(client_p)) |
251 |
– |
{ |
252 |
– |
if (client_p->localClient->ctrlfd.flags.open) |
253 |
– |
fd_close(&client_p->localClient->ctrlfd); |
254 |
– |
} |
255 |
– |
|
249 |
|
dbuf_clear(&client_p->localClient->buf_sendq); |
250 |
|
dbuf_clear(&client_p->localClient->buf_recvq); |
251 |
|
|
331 |
|
{ |
332 |
|
if ((new_client->localClient->fd.ssl = SSL_new(ServerInfo.server_ctx)) == NULL) |
333 |
|
{ |
334 |
< |
ilog(L_CRIT, "SSL_new() ERROR! -- %s", |
334 |
> |
ilog(LOG_TYPE_IRCD, "SSL_new() ERROR! -- %s", |
335 |
|
ERR_error_string(ERR_get_error(), NULL)); |
336 |
|
|
337 |
|
SetDead(new_client); |