1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 11:06:37 +02:00
This commit is contained in:
Adam
2011-11-08 17:29:16 -05:00
parent 97b9055f92
commit b5ff856f47
85 changed files with 1277 additions and 1278 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ bool enc_decrypt(const Anope::string &src, Anope::string &dest)
if (pos == Anope::string::npos)
{
Log() << "Error: enc_decrypt() called with invalid password string (" << src << ")";
return -1;
return false;
}
Anope::string hashm(src.begin(), src.begin() + pos);