]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove a TODO comment. Also added support for <database:port> option since r6213...
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 2 Jan 2007 05:55:28 +0000 (05:55 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 2 Jan 2007 05:55:28 +0000 (05:55 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/extra/m_mysql.cpp

index af9d55f6f16a6de9092fc311ceb2d42a469b0358..b0e6cfcc55a4d3b00349e3358720b2b83ee503bd 100644 (file)
@@ -883,7 +883,6 @@ class ModuleSQL : public Module
 
        virtual void OnRehash(userrec* user, const std::string &parameter)
        {
-               /* TODO: set rehash bool here, which makes the dispatcher thread rehash at next opportunity */
                rehashing = true;
        }