From b051b0efd93303378c77751368086afa8d4c467c Mon Sep 17 00:00:00 2001 From: Simon Arlott Date: Sat, 29 Jul 2017 23:11:36 +0100 Subject: [PATCH] m_join: remove global variable para --- modules/core/m_join.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_join.c b/modules/core/m_join.c index ae12e8e9..40e97806 100644 --- a/modules/core/m_join.c +++ b/modules/core/m_join.c @@ -82,7 +82,6 @@ static void remove_ban_list(struct Channel *chptr, struct Client *source_p, static char modebuf[MODEBUFLEN]; static char parabuf[MODEBUFLEN]; -static const char *para[MAXMODEPARAMS]; /* Check what we will forward to, without sending any notices to the user * -- jilles @@ -532,6 +531,7 @@ ms_sjoin(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source rb_dlink_node *ptr, *next_ptr; char *mbuf; int pargs; + const char *para[MAXMODEPARAMS]; if(parc < 5) return;