diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 18:31:09 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-01-31 18:31:09 -0500 |
commit | dd84300cab61e2a86299fd8c05f337abb38fb7d9 (patch) | |
tree | bcf883e173693e2721d243755493b9679742831e /src/subcommands/ma/remove-certifier | |
parent | 0d36aebed69b154903e158a4c0f5cc8707cf5168 (diff) |
make subcommand subfunction that were missed previously
Diffstat (limited to 'src/subcommands/ma/remove-certifier')
-rwxr-xr-x | src/subcommands/ma/remove-certifier | 3 |
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 +} |