From bb87e1fba4ba36f1520bc903ac4501d6d6f498a6 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Mon, 19 Jan 2026 20:04:57 +0100 Subject: [PATCH] add missing initialization of the new context property --- src/context.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context.rs b/src/context.rs index 367aaf3ee..25a327c23 100644 --- a/src/context.rs +++ b/src/context.rs @@ -499,6 +499,7 @@ impl Context { self_fingerprint: OnceLock::new(), connectivities: parking_lot::Mutex::new(Vec::new()), pre_encrypt_mime_hook: None.into(), + dns_memory_cache: Arc::new(RwLock::new(HashMap::new())), }; let ctx = Context {