summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-10-11 17:23:13 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-10-11 20:30:43 +0200
commit21b58b5eacb67b4dee6e7efe90bd529bbfd6ef77 (patch)
tree3bd3a12beff9ea5b2db96022f075ba5a5dca1be8 /source4
parent1aa291c331c29c2f5ee4572b660c4c2061755856 (diff)
downloadsamba-21b58b5eacb67b4dee6e7efe90bd529bbfd6ef77.tar.gz
samba-21b58b5eacb67b4dee6e7efe90bd529bbfd6ef77.tar.bz2
samba-21b58b5eacb67b4dee6e7efe90bd529bbfd6ef77.zip
samba.join: Fix multiple spaces.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Thu Oct 11 20:30:43 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/join.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/join.py b/source4/scripting/python/samba/join.py
index 7b511f82c1..c55c22cad5 100644
--- a/source4/scripting/python/samba/join.py
+++ b/source4/scripting/python/samba/join.py
@@ -749,7 +749,7 @@ class dc_join(object):
print "Done with always replicated NC (base, config, schema)"
for nc in (ctx.domaindns_zone, ctx.forestdns_zone):
- if nc in ctx.nc_list:
+ if nc in ctx.nc_list:
print "Replicating %s" % (str(nc))
repl.replicate(nc, source_dsa_invocation_id,
destination_dsa_guid, rodc=ctx.RODC,