From a53c540f0908689602f5d51f9b9edd197b451cbd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Oct 2020 11:56:26 +0100 Subject: [PATCH] note a bug as a todo Signed-off-by: Ian Jackson --- src/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.rs b/src/global.rs index 1389881c..98a750ae 100644 --- a/src/global.rs +++ b/src/global.rs @@ -1006,7 +1006,7 @@ pub fn game_flush_task() { } } -// ---------- client expiry ---------- +// ---------- client expiry ---------- xxx not working pub fn client_expire_old_clients() { fn lock_even_poisoned(gref: &InstanceRef) -> MutexGuard { -- 2.30.2