From 70441ab01bb61d2f1451868241267d11c05703d1 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 13 Mar 2006 23:42:35 +0000 Subject: Now compiles :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3709 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sqlauth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/extra/m_sqlauth.cpp b/src/modules/extra/m_sqlauth.cpp index 3112c2cae..d5ccc20d7 100644 --- a/src/modules/extra/m_sqlauth.cpp +++ b/src/modules/extra/m_sqlauth.cpp @@ -105,7 +105,7 @@ class ModuleSQLAuth : public Module } } - bool CheckCredentials(const std::string &username, const std::string &password) + bool CheckCredentials(const std::string &username, std::string password) { bool found = false; -- cgit v1.2.3