From bbcac6c076197b8d6857651b66b6e32a6aa33f47 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 14 Jan 2007 20:19:56 +0000 Subject: Dont need to send anything on the notifier socket. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6334 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_sqlite3.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/extra/m_sqlite3.cpp') diff --git a/src/modules/extra/m_sqlite3.cpp b/src/modules/extra/m_sqlite3.cpp index c57301a4b..44007ea55 100644 --- a/src/modules/extra/m_sqlite3.cpp +++ b/src/modules/extra/m_sqlite3.cpp @@ -453,7 +453,6 @@ class SQLConn : public classbase /* wtf, we cant connect to it, but we just created it! */ return; } - send(QueueFD, "\n", 2, 0); } }; -- cgit v1.2.3