mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
5c16608a0d
commit
49f201e2b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user