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>
This commit is contained in:
Martin Basti 2016-10-19 16:38:49 +02:00 committed by Jan Cholasta
parent 5c16608a0d
commit 49f201e2b2

View File

@ -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