summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2015-06-08 06:19:01 +0000
committerJan Cholasta <jcholast@redhat.com>2015-06-08 06:24:06 +0000
commite01095dfb33aaef0ab1babf86a71d70410b666ed (patch)
treeb7c7987e250175e83045d13e74959b63a8f19e17
parent2acedb2d5d4a4c0987c670e14eb04b8bd9ffc034 (diff)
downloadfreeipa-e01095dfb33aaef0ab1babf86a71d70410b666ed.tar.gz
freeipa-e01095dfb33aaef0ab1babf86a71d70410b666ed.tar.xz
freeipa-e01095dfb33aaef0ab1babf86a71d70410b666ed.zip
install: Fix missing variable initialization in replica install
https://fedorahosted.org/freeipa/ticket/4468
-rw-r--r--ipaserver/install/server/replicainstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py
index e27d285ea..d648818ad 100644
--- a/ipaserver/install/server/replicainstall.py
+++ b/ipaserver/install/server/replicainstall.py
@@ -29,6 +29,7 @@ from ipaserver.install.server.install import (
init_private_ccache, destroy_private_ccache)
DIRMAN_DN = DN(('cn', 'directory manager'))
+REPLICA_INFO_TOP_DIR = None
def get_dirman_password():