From 1081ecdae80d10bcac0f8543d665c5579f271e61 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 25 Apr 2012 14:29:50 -0400 Subject: Fixed non-debug build --- modules/commands/ms_read.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ms_read.cpp') diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index c9d0c4345..341d8f828 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -96,7 +96,7 @@ class CommandMSRead : public Command User *u = source.u; MemoInfo *mi; - ChannelInfo *ci; + ChannelInfo *ci = NULL; Anope::string numstr = params[0], chan; if (!numstr.empty() && numstr[0] == '#') -- cgit