mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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
This commit is contained in:
parent
1aa291c331
commit
21b58b5eac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user