send: more sendto_anywhere() fixing
This commit is contained in:
parent
f2003b4411
commit
adaa9ba989
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue