From: Kevin L. Mitchell Date: Wed, 26 Apr 2000 21:02:38 +0000 (+0000) Subject: Author: Kev X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=8b943b624fd44c4ee32887ea57f4c391b0d45ccd;p=ircu2.10.12-pk.git Author: Kev Log message: duh... git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@206 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/ircd/send.c b/ircd/send.c index f65c4aa..abdab2c 100644 --- a/ircd/send.c +++ b/ircd/send.c @@ -1231,7 +1231,7 @@ void sendcmdto_flag_butone(struct Client *from, const char *cmd, /* Build buffer to send to users */ va_start(vd.vd_args, pattern); ircd_snprintf(0, userbuf, sizeof(userbuf) - 2, "%:#C " MSG_WALLOPS " %v", - from, cmd, &vd); + from, &vd); va_end(vd.vd_args); /* Build buffer to send to servers */