aboutsummaryrefslogtreecommitdiff
path: root/src/ClientGlobal.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-16 21:39:40 +0100
committerMax Kellermann <max@duempel.org>2013-01-16 21:51:08 +0100
commitb0bbb8b693d846c2710ec84bfa79dcaa3a21729a (patch)
tree43cba39160446e9379c188ebb23eae5633de4ea7 /src/ClientGlobal.cxx
parentcab84af72e373acca0e88d9b407aa97796c083e0 (diff)
Client: use TimeoutMonitor to track connection timeout
Don't use a global loop over the whole client list.
Diffstat (limited to 'src/ClientGlobal.cxx')
-rw-r--r--src/ClientGlobal.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ClientGlobal.cxx b/src/ClientGlobal.cxx
index 1aa82b43..47179b53 100644
--- a/src/ClientGlobal.cxx
+++ b/src/ClientGlobal.cxx
@@ -69,6 +69,4 @@ void client_manager_deinit(void)
client_close_all();
client_max_connections = 0;
-
- client_deinit_expire();
}