From: Valeriy Yatsko Date: Tue, 2 Dec 2008 23:59:26 +0000 (+0300) Subject: Branch merge. X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/731fac317dc30230eff92e88a09e0669c83fc9d5?hp=b7a689d1e5a0c2669d16d0ea075bb3846be2bc31 Branch merge. --- diff --git a/src/sslproc.c b/src/sslproc.c index 38273438..9d2f43f4 100644 --- a/src/sslproc.c +++ b/src/sslproc.c @@ -379,7 +379,7 @@ ssl_process_dead_fd(ssl_ctl_t * ctl, ssl_ctl_buf_t * ctl_buf) return; if(IsAnyServer(client_p)) { - sendto_realops_snomask(SNO_GENERAL, L_ALL, "ssld error for %s: %s", client_p->name, reason); + sendto_realops_snomask(SNO_GENERAL, is_remote_connect(client_p) && !IsServer(client_p) ? L_NETWIDE : L_ALL, "ssld error for %s: %s", client_p->name, reason); ilog(L_SERVER, "ssld error for %s: %s", log_client_name(client_p, SHOW_IP), reason); } exit_client(client_p, client_p, &me, reason);