summaryrefslogtreecommitdiffstats
path: root/ipaclient/install/client.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-10-19 16:38:49 +0200
committerJan Cholasta <jcholast@redhat.com>2016-11-11 12:13:56 +0100
commit49f201e2b2523c83fa2b20fe91c91733e2ee947f (patch)
treef58e3188822b3f380bc0f8e1c757f12a0dd68342 /ipaclient/install/client.py
parent5c16608a0d5d4abe98319a077917f5424b72d031 (diff)
downloadfreeipa-49f201e2b2523c83fa2b20fe91c91733e2ee947f.tar.gz
freeipa-49f201e2b2523c83fa2b20fe91c91733e2ee947f.tar.xz
freeipa-49f201e2b2523c83fa2b20fe91c91733e2ee947f.zip
client: remove unneded return from configure_ipa_conf
Function always returns return code 0, and this code is even not used elsewehere. https://fedorahosted.org/freeipa/ticket/6392 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'ipaclient/install/client.py')
-rw-r--r--ipaclient/install/client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaclient/install/client.py b/ipaclient/install/client.py
index aa1483494..876d57f75 100644
--- a/ipaclient/install/client.py
+++ b/ipaclient/install/client.py
@@ -390,8 +390,6 @@ def configure_ipa_conf(
ipaconf.newConf(target_fname, opts)
os.chmod(target_fname, 0o644)
- return 0
-
def disable_ra():
"""Set the enable_ra option in /etc/ipa/default.conf to False