1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 16:06:38 +02:00

Cleanup of various different crashes/inconsistancies

This commit is contained in:
Adam
2010-08-15 14:08:05 -04:00
parent a950ed8cab
commit c2a97d9f3f
12 changed files with 45 additions and 83 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class CommandMSList : public Command
CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
{
Anope::string param = !params.empty() ? params[0] : "", chan;
ChannelInfo *ci;
ChannelInfo *ci = NULL;
const MemoInfo *mi;
int i, end;