From 52deddeb7ba487e11c6ecf6ab74e52630cefd1e9 Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 21 Feb 2010 17:27:30 +0000 Subject: Fix base64 decoding function git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12509 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_password_hash.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules') diff --git a/src/modules/m_password_hash.cpp b/src/modules/m_password_hash.cpp index 7d2b9fc79..44e02eeda 100644 --- a/src/modules/m_password_hash.cpp +++ b/src/modules/m_password_hash.cpp @@ -44,6 +44,7 @@ class CommandMkpasswd : public Command user->WriteServ("NOTICE %s :%s hashed password for %s is %s", user->nick.c_str(), algo.c_str(), stuff.c_str(), str.c_str()); + return; } HashProvider* hp = ServerInstance->Modules->FindDataService("hash/" + algo); if (hp) -- cgit v1.2.3