]> jfr.im git - solanum.git/blobdiff - src/send.c
Fix a memory leak.
[solanum.git] / src / send.c
index dbb4a7f2bcdf1e91f561deedcf1c858d04e0d0f0..c0d029d024b03bc89330733fd10b936b269902f4 100644 (file)
@@ -73,7 +73,7 @@ _send_linebuf(struct Client *to, buf_head_t *linebuf)
                {
                        sendto_realops_snomask(SNO_GENERAL, L_ALL,
                                             "Max SendQ limit exceeded for %s: %u > %lu",
-                                            get_server_name(to, HIDE_IP),
+                                            to->name,
                                             rb_linebuf_len(&to->localClient->buf_sendq), 
                                             get_sendq(to));