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

Fixed compile errors on release build

This commit is contained in:
Adam
2011-10-18 12:06:51 -04:00
parent faea45245d
commit eb5b5f97d1
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ class InspircdIRCdMessage : public IRCdMessage
user->SetCloakedHost(params[3]);
NickAlias *na = findnick(user->nick);
Anope::string *svidbuf = na ? na->nc->GetExt<Anope::string *>("authenticationtoken") : NULL;
Anope::string *svidbuf = na ? na->nc->GetExt<ExtensibleString *>("authenticationtoken") : NULL;
if (na && svidbuf && *svidbuf == params[0])
{
user->Login(na->nc);