summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-07-17 13:25:32 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-07-17 17:19:51 +0200
commit7e5a0be8d81c3648a0163ff454cd963eadd70ea9 (patch)
treea8daf1a51d7bcdf7af4e5c2316aa84482f9040a0 /ipaserver
parentddec4500161cce0fd258cbc011efca27ef1f5392 (diff)
downloadfreeipa-7e5a0be8d81c3648a0163ff454cd963eadd70ea9.tar.gz
freeipa-7e5a0be8d81c3648a0163ff454cd963eadd70ea9.tar.xz
freeipa-7e5a0be8d81c3648a0163ff454cd963eadd70ea9.zip
Py3: replace tab with space
python3 does not allow to mix spaces and tabs Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/dcerpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/dcerpc.py b/ipaserver/dcerpc.py
index a1da0a641..0952aa5f4 100644
--- a/ipaserver/dcerpc.py
+++ b/ipaserver/dcerpc.py
@@ -1270,7 +1270,7 @@ class TrustDomainJoins(object):
if self.local_domain.read_only:
return
- self.local_domain.ftinfo_records = []
+ self.local_domain.ftinfo_records = []
realm_domains = self.api.Command.realmdomains_show()['result']
# Use realmdomains' modification timestamp to judge records last update time