From dd84300cab61e2a86299fd8c05f337abb38fb7d9 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sat, 31 Jan 2009 18:31:09 -0500 Subject: make subcommand subfunction that were missed previously --- src/subcommands/ma/remove-certifier | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/subcommands/ma/remove-certifier') diff --git a/src/subcommands/ma/remove-certifier b/src/subcommands/ma/remove-certifier index a4eaf54..117bad4 100755 --- a/src/subcommands/ma/remove-certifier +++ b/src/subcommands/ma/remove-certifier @@ -12,6 +12,8 @@ # delete a certifiers key from the host keyring +remove_certifier() { + local keyID local fingerprint @@ -43,3 +45,4 @@ else failure "Problem removing identity certifier." fi +} -- cgit v1.2.3