diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-13 23:42:35 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-13 23:42:35 +0000 |
commit | 70441ab01bb61d2f1451868241267d11c05703d1 (patch) | |
tree | 223f603c2375e88f90faea110d02b1f8440007da /src | |
parent | e353a5798605eb245b9fb42d8c70653a04613a0d (diff) |
Now compiles :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3709 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/extra/m_sqlauth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |