summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 85b0e440d..8e79bd5bb 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -562,7 +562,6 @@ bool Anope::Init(int ac, char **av)
EventReturn MOD_RESULT;
FOREACH_RESULT(OnLoadDatabase, MOD_RESULT, ());
static_cast<void>(MOD_RESULT);
- SocketEngine::Process();
Log() << "Databases loaded";
FOREACH_MOD(OnPostInit, ());