1
0
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:
Adam
2010-08-03 18:02:16 -04:00
parent 263f69a40e
commit 9696118ff5
+1 -1
View File
@@ -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:";