From adaa9ba989f6adef27a987c596ffb22ca7a469ed Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 20 Feb 2016 18:12:46 -0600 Subject: [PATCH] send: more sendto_anywhere() fixing --- ircd/send.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ircd/send.c b/ircd/send.c index 944f329c2..065774f8b 100644 --- a/ircd/send.c +++ b/ircd/send.c @@ -1162,6 +1162,8 @@ sendto_anywhere(struct Client *target_p, struct Client *source_p, va_list args; buf_head_t linebuf; + rb_linebuf_newbuf(&linebuf); + va_start(args, pattern); if(MyClient(target_p))