mirror of
https://github.com/anope/anope.git
synced 2026-07-10 19:03:13 +02:00
Fixed enc_old, it has been broken since revision ae38212c1c
This commit is contained in:
@@ -333,7 +333,7 @@ class EOld : public Module
|
||||
EventReturn OnEncrypt(const Anope::string &src, Anope::string &dest)
|
||||
{
|
||||
MD5_CTX context;
|
||||
char digest[33] = "", digest2[33];
|
||||
char digest[33] = "", digest2[16] = "";
|
||||
Anope::string cpass;
|
||||
int i;
|
||||
Anope::string buf = "oldmd5:";
|
||||
|
||||
Reference in New Issue
Block a user