From 624727a2446d81e1c786d4fb9101cd35603534c4 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Wed, 13 Feb 2008 14:10:30 -0500 Subject: duplicate fix from func tree over here --- scripts/certmaster-ca | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit