1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 15:43:13 +02:00

Fixed non-debug build

This commit is contained in:
Adam
2012-04-25 14:29:50 -04:00
parent 2370c16f1e
commit 1081ecdae8
40 changed files with 102 additions and 90 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ class CommandMSCancel : public Command
source.Reply(ischan ? CHAN_X_NOT_REGISTERED : _(NICK_X_NOT_REGISTERED), nname.c_str());
else
{
ChannelInfo *ci;
NickAlias *na;
ChannelInfo *ci = NULL;
NickAlias *na = NULL;
if (ischan)
ci = cs_findchan(nname);
else