send: more sendto_anywhere() fixing

This commit is contained in:
William Pitcock 2016-02-20 18:12:46 -06:00
parent f2003b4411
commit adaa9ba989

View file

@ -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))