diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-20 17:16:43 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-20 17:16:43 +0000 |
commit | 2bd268f2cd19f681ad894c9b1ddd35f0a2e2883c (patch) | |
tree | e6994943cfab43bb4e1b98ae8f0ec2da02b6fb88 /src/ircd.c | |
parent | 6d58ca782efa1f07c17c66d7b870b08b85527030 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |