summaryrefslogtreecommitdiff
path: root/src/subcommands/ma/remove-certifier
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 18:31:09 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 18:31:09 -0500
commitdd84300cab61e2a86299fd8c05f337abb38fb7d9 (patch)
treebcf883e173693e2721d243755493b9679742831e /src/subcommands/ma/remove-certifier
parent0d36aebed69b154903e158a4c0f5cc8707cf5168 (diff)
make subcommand subfunction that were missed previously
Diffstat (limited to 'src/subcommands/ma/remove-certifier')
-rwxr-xr-xsrc/subcommands/ma/remove-certifier3
1 files changed, 3 insertions, 0 deletions
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
+}