diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 20:19:56 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 20:19:56 +0000 |
commit | bbcac6c076197b8d6857651b66b6e32a6aa33f47 (patch) | |
tree | 447e405d0be69fb1dd3dfc62c645665be13f0240 | |
parent | 57fff850640b63458436913c7c62106da094b93e (diff) |
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
-rw-r--r-- | src/modules/extra/m_sqlite3.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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); } }; |