summaryrefslogtreecommitdiff
path: root/src/ircd.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-20 17:16:43 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-20 17:16:43 +0000
commit2bd268f2cd19f681ad894c9b1ddd35f0a2e2883c (patch)
treee6994943cfab43bb4e1b98ae8f0ec2da02b6fb88 /src/ircd.c
parent6d58ca782efa1f07c17c66d7b870b08b85527030 (diff)
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2882 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/ircd.c')
-rw-r--r--src/ircd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ircd.c b/src/ircd.c
index 1148821..0812e63 100644
--- a/src/ircd.c
+++ b/src/ircd.c
@@ -233,7 +233,6 @@ io_loop(void)
comm_select();
exit_aborted_clients();
free_exited_clients();
- send_queued_all();
/* Check to see whether we have to rehash the configuration .. */
if (dorehash)