summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-13 14:10:30 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-13 14:10:30 -0500
commit624727a2446d81e1c786d4fb9101cd35603534c4 (patch)
treeed93c099ef4d6798f4142fac83cc038b5ba2d807
parent1b545eb1f1874cd5ba38d849c489785f947018f3 (diff)
downloadcertmaster-624727a2446d81e1c786d4fb9101cd35603534c4.tar.gz
certmaster-624727a2446d81e1c786d4fb9101cd35603534c4.tar.xz
certmaster-624727a2446d81e1c786d4fb9101cd35603534c4.zip
duplicate fix from func tree over here
-rwxr-xr-xscripts/certmaster-ca2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca
index a504d20..27e190e 100755
--- a/scripts/certmaster-ca
+++ b/scripts/certmaster-ca
@@ -84,7 +84,7 @@ def main(args):
return 1
for hn in args:
- cm.remove_this_host(hn)
+ cm.remove_this_cert(hn)
return 0