From: Ian Jackson Date: Sun, 2 May 2021 09:45:33 +0000 (+0100) Subject: bundles: Add a todo X-Git-Tag: otter-0.6.0~473 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=18b7e16fbe8ae4040e1b4e7e35a63b09ce2f5db6;p=otter.git bundles: Add a todo Signed-off-by: Ian Jackson --- diff --git a/src/global.rs b/src/global.rs index ba8980c4..0d4e2bd4 100644 --- a/src/global.rs +++ b/src/global.rs @@ -427,6 +427,7 @@ impl Instance { InstanceGuard::forget_all_tokens(&mut g.g.tokens_clients); InstanceGuard::forget_all_tokens(&mut g.g.tokens_players); + // xxx truncate bundles, part of ClearBundles too! fn best_effort(rm: F, path: &str, desc: &str) where F: FnOnce(&str) -> Result<(), io::Error> {