From 3863f71f8b0775e1987e8aacdfb9e5014def9279 Mon Sep 17 00:00:00 2001 From: peavey Date: Tue, 2 Jan 2007 05:55:28 +0000 Subject: Remove a TODO comment. Also added support for option since r6213 so we can now connect to other ports than the standard mysql 3306 port. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index af9d55f6f..b0e6cfcc5 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -883,7 +883,6 @@ class ModuleSQL : public Module virtual void OnRehash(userrec* user, const std::string ¶meter) { - /* TODO: set rehash bool here, which makes the dispatcher thread rehash at next opportunity */ rehashing = true; } -- cgit v1.2.3