add missing initialization of the new context property

This commit is contained in:
Simon Laux
2026-01-19 20:04:57 +01:00
parent 420b36fcde
commit bb87e1fba4

View File

@@ -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 {