From 688ecf1c1dba8a10bcef2d03c62d43f709facddb Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 6 Jan 2024 23:18:20 +0000 Subject: [PATCH] Fix an oversight in the mysql module. --- modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index f2c4c6285..7a7adc943 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -131,7 +131,7 @@ public: */ Mutex Lock; - MySQLService(Module *o, const Anope::string &n, const Anope::string &d, const Anope::string &s, const Anope::string &u, const Anope::string &p, int po); + MySQLService(Module *o, const Anope::string &n, const Anope::string &d, const Anope::string &s, const Anope::string &u, const Anope::string &p, unsigned int po); ~MySQLService();