mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Fix recommended by nenolod, silly mistake apparently :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9164 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
0eb86fcf73
commit
82d7d838a8
@ -97,7 +97,7 @@ class SaslAuthenticator
|
||||
|
||||
void SendClientMessage(const char* const* parameters, int pcnt)
|
||||
{
|
||||
if (this->state == SASL_COMM)
|
||||
if (this->state != SASL_COMM)
|
||||
return;
|
||||
|
||||
std::deque<std::string> params;
|
||||
|
Loading…
x
Reference in New Issue
Block a user