From: Ian Jackson Date: Wed, 28 Oct 2020 22:21:35 +0000 (+0000) Subject: wip new account etc., adding acctid etc. X-Git-Tag: otter-0.2.0~588 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d3b645af4a0e4b8f7c7c628a9a5acc7793f4d319;p=otter.git wip new account etc., adding acctid etc. Signed-off-by: Ian Jackson --- diff --git a/src/global.rs b/src/global.rs index 1892f242..8ee30d11 100644 --- a/src/global.rs +++ b/src/global.rs @@ -597,7 +597,7 @@ impl InstanceGuard<'_> { .pst; let (access, acctid) = AccountRecord::with_entry_mut( - &pst.account, authorised, + &pst.account, authorised, None, |acct, acctid| { let access = acct.access;