From 2be6bd4d76ebdee62809c911209aad1c85185a66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 30 May 2021 12:55:03 +0100 Subject: [PATCH] sshkeys: Fix name of sshkeys_remove Signed-off-by: Ian Jackson --- src/sshkeys.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sshkeys.rs b/src/sshkeys.rs index 68f1ebcf..00af3a76 100644 --- a/src/sshkeys.rs +++ b/src/sshkeys.rs @@ -273,8 +273,8 @@ impl AccountsGuard { } #[throws(ME)] - pub fn remove_key(&mut self, acctid: AccountId, - index: usize, id: Id, _:Auth) { + pub fn sshkeys_remove(&mut self, acctid: AccountId, + index: usize, id: Id, _:Auth) { let accounts = self.get_mut(); let gl = &mut accounts.ssh_keys; let ps = accounts.records.pskeys_mut(acctid)?; -- 2.30.2