duplicate fix from func tree over here
authorAdrian Likins <alikins@grimlock.devel.redhat.com>
Wed, 13 Feb 2008 19:10:30 +0000 (14:10 -0500)
committerAdrian Likins <alikins@grimlock.devel.redhat.com>
Wed, 13 Feb 2008 19:10:30 +0000 (14:10 -0500)
scripts/certmaster-ca

index a504d20..27e190e 100755 (executable)
@@ -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