From 2659fb0eb4e6a02cccd4473c0228241b32838e5a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 19 Aug 2008 16:39:33 -0400 Subject: Minor bugs found while testing stuff. - wrong import in certs.py makes ipa-replica-manage fail - close the fs after the stash file is written so that the file is updated immediately and not when the fd is garbage collected --- ipa-server/ipaserver/certs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-server/ipaserver/certs.py') diff --git a/ipa-server/ipaserver/certs.py b/ipa-server/ipaserver/certs.py index 886632da..8cb1d088 100644 --- a/ipa-server/ipaserver/certs.py +++ b/ipa-server/ipaserver/certs.py @@ -21,9 +21,9 @@ import os, stat, subprocess, re import sha import errno import tempfile +import shutil from ipa import sysrestore -from ipa import shutil from ipa import ipautil CA_SERIALNO="/var/lib/ipa/ca_serialno" -- cgit