From: Adrian Likins <alikins@grimlock.devel.redhat.com>
Date: Wed, 13 Feb 2008 19:10:30 +0000 (-0500)
Subject: duplicate fix from func tree over here
X-Git-Tag: v0.19~10
X-Git-Url: https://pwan.org/git/?a=commitdiff_plain;h=624727a2446d81e1c786d4fb9101cd35603534c4;p=certmaster.git

duplicate fix from func tree over here
---

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