From d3b645af4a0e4b8f7c7c628a9a5acc7793f4d319 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Oct 2020 22:21:35 +0000 Subject: [PATCH] wip new account etc., adding acctid etc. 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 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; -- 2.30.2